Create attribute index for 1:50k Gazetteer

CREATE INDEX gaz_def_name ON "gazetteer"."gaz2012" (def_nam);
COMMIT;

Did this page help you?