[postgis-users] schema

Kevin Neufeld kneufeld at refractions.net
Tue Dec 22 09:21:59 PST 2009


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
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users



More information about the postgis-users mailing list