[postgis-devel] Issue 45 in postgis: bug in postgis_restore.pl
codesite-noreply at google.com
codesite-noreply at google.com
Fri Aug 1 09:02:33 PDT 2008
Issue 45: bug in postgis_restore.pl
http://code.google.com/p/postgis/issues/detail?id=45
New issue report by ke... at refractions.net:
Bug reported by Jeff McKenna:
http://postgis.refractions.net/pipermail/postgis-users/2008-July/020721.html
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.
Issue attributes:
Status: New
Owner: ke... at refractions.net
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
More information about the postgis-devel
mailing list