[postgis-users] Do I need to copy postGIS objects to my new schema?
Nicolas Ribot
nicky666 at gmail.com
Tue Mar 25 08:21:50 PDT 2008
> You will be able to use them on the bali.* tables by either fully
> qualifying the tables' name in your queries or by adding your newly
> created schema to the search path (no need to qualify tables names
> with the schema in this case)
>
a query using qualified names could look like:
select st_isvalid(t.the_geom) from bali.island as t;
More information about the postgis-users
mailing list