]> granicus.if.org Git - postgis/commitdiff
Rewrite the postgis_restore.pl improvement line
authorSandro Santilli <strk@keybit.net>
Fri, 12 Apr 2013 16:20:22 +0000 (16:20 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 12 Apr 2013 16:20:22 +0000 (16:20 +0000)
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

NEWS

diff --git a/NEWS b/NEWS
index ba9f57b8cbc3ab3c59ff530703ae8c50b26959aa..554778bb76d8362ceb1576c62b5a20b7018479df 100644 (file)
--- 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 *