Hi list,
Im getting different behaviorr with pg_dump according the way I created the postgis database:


1) with create extension postgis

--that one is exporting the spatial_ref_sys which is in public!.
pg_dump -U postgres -Fp -n ej1 s13 > /tmp/s13.sql

--that one is NOT exporting any of the postgis functions which are in public schema
pg_dump -U postgres -Fp -n public s13 > /tmp/s13.sql


2) running postgis.sql and spatial_ref_sys sql files.

both sentences are working as expected.

What is going on?

regards,
jose

_______________________________________________
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to