[postgis-users] Searching city by coordinates
karsten
karsten at terragis.net
Fri Feb 26 00:16:53 PST 2021
2. well way is really the geometry column so
CREATE INDEX cities_way_gist
ON cities
USING gist(way);
More information about the postgis-users
mailing list