>  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;
_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to