From: Sandro Santilli Date: Fri, 12 Apr 2013 16:20:22 +0000 (+0000) Subject: Rewrite the postgis_restore.pl improvement line X-Git-Tag: 2.1.0beta2~106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a66a950bd39bdde6dcf2e54dc23329a22e7cf11;p=postgis Rewrite the postgis_restore.pl improvement line The commit message was also wrong, it's not the dump having postgis in custom schema but the new install... git-svn-id: http://svn.osgeo.org/postgis/trunk@11286 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index ba9f57b8c..554778bb7 100644 --- a/NEWS +++ b/NEWS @@ -128,7 +128,8 @@ PostGIS 2.1.0 - #2202, Make libjson-c optional (--without-json configure switch) - #2231, raster2pgsql supports user naming of filename column with -n - #2200, ST_Union(raster, uniontype) unions all bands of all rasters - - #2264, postgis_restore.pl support for dump with postgis in custom schema + - #2264, postgis_restore.pl support for restoring into databases + with postgis in a custom schema * Fixes *