From: Sandro Santilli Date: Mon, 15 Apr 2013 08:02:02 +0000 (+0000) Subject: Add -s to usage string of postgis_restore.pl. See #2264 X-Git-Tag: 2.1.0beta2~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a493163c530a886dbd648042ab9087afd627048c;p=postgis Add -s to usage string of postgis_restore.pl. See #2264 git-svn-id: http://svn.osgeo.org/postgis/trunk@11296 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/utils/postgis_restore.pl.in b/utils/postgis_restore.pl.in index be31f22c6..4aa8c1eef 100755 --- a/utils/postgis_restore.pl.in +++ b/utils/postgis_restore.pl.in @@ -46,6 +46,7 @@ Usage: $me [-v] [-s schema] Finally, pass the dump to this script and feed output to psql: $me MYDB.dmp | psql NEWDB The -v switch writes detailed report on stderr. + Use -s if you installed PostGIS in a custom schema. };