You only need to install PostGIS once, into one schema, typically 'public'. As long as your user's search_path contains the schema you installed PostGIS into, you'll have access to all the PostGIS functions, no matter what schema you are referencing.

You can read up on schemas here:
http://www.postgresql.org/docs/8.4/static/ddl-schemas.html

Cheers,
Kevin

Malm Paul wrote:
Hi,
how can I create a secondary schema that includes all postgis functions as the 
default schema does?

Kind regards,
Paul _______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users
_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to