The 'postgis_restore.pl' contrib file does allow the user to specify createdb options, however the script does not use them unless you make the following changes to the script:

- line 688: "createlang plpgsql $dbname;" =====> change to "createlang $createdb_opt plpgsql $dbname`;" - line 693: "-a $dbname" =====> change to "psql $createdb_opt -a $dbname"

Can this be added into the next release of this contrib file?

thanks.


---
Jeff McKenna
FOSS4G Consulting and Training Services
http://www.gatewaygeomatics.com/





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

Reply via email to