[postgis-users] postgis_restore.pl createdb options - enhancement
Kevin Neufeld
kneufeld at refractions.net
Fri Aug 1 09:03:04 PDT 2008
I added this to the PostGIS Issues list.
-- Kevin
Jeff McKenna wrote:
> 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
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
More information about the postgis-users
mailing list