[SCM] postgis branch, master, updated. upstream/2.0.1-98-g1ff0917

Markus Wanner markus at bluegap.ch
Tue Oct 1 13:34:46 UTC 2013


The following commit has been merged in the master branch:
commit e4282ec094e56a46d79650a74dc19e507ed9e5d1
Author: Markus Wanner <markus at bluegap.ch>
Date:   Mon Sep 30 12:29:29 2013 +0200

    Fiddle with the postgis-2.0 db migration notice a bit: also mention
    the effect on backups.

diff --git a/debian/postgresql-8.4-postgis-2.0-scripts.templates b/debian/postgresql-8.4-postgis-2.0-scripts.templates
index 0854ccd..f421344 100644
--- a/debian/postgresql-8.4-postgis-2.0-scripts.templates
+++ b/debian/postgresql-8.4-postgis-2.0-scripts.templates
@@ -10,7 +10,9 @@ Description: PostGIS 2.0 has been deprecated - please migrate your databases
  older one. Thus it is strongly recommended to migrate all databases
  to PostGIS 2.1 (and some newer PostgreSQL version) as soon as possible.
  .
- Databases that are already using PostGIS 2.0 will continue to
- work. Note, however, that with this upgrade it's no longer possible
- to create the extension PostGIS 2.0.
+ Of course, databases that are already using PostGIS 2.0 will continue
+ to work. Note, however, that with this upgrade it's no longer
+ possible to create version 2.0 of the extension PostGIS. Instead,
+ 'CREATE EXTENSION postgis;' will now give you version 2.1. Note that
+ this also affects backups.
 
diff --git a/debian/postgresql-9.0-postgis-2.0-scripts.templates b/debian/postgresql-9.0-postgis-2.0-scripts.templates
index 4976c0e..fd7fa2c 100644
--- a/debian/postgresql-9.0-postgis-2.0-scripts.templates
+++ b/debian/postgresql-9.0-postgis-2.0-scripts.templates
@@ -10,7 +10,9 @@ Description: PostGIS 2.0 has been deprecated - please migrate your databases
  older one. Thus it is strongly recommended to migrate all databases
  to PostGIS 2.1 as soon as possible.
  .
- Databases that are already using PostGIS 2.0 will continue to
- work. Note, however, that with this upgrade it's no longer possible
- to create the extension PostGIS 2.0.
+ Of course, databases that are already using PostGIS 2.0 will continue
+ to work. Note, however, that with this upgrade it's no longer
+ possible to create version 2.0 of the extension PostGIS. Instead,
+ 'CREATE EXTENSION postgis;' will now give you version 2.1. Note that
+ this also affects backups.
 
diff --git a/debian/postgresql-9.1-postgis-2.0-scripts.templates b/debian/postgresql-9.1-postgis-2.0-scripts.templates
index f233d0a..d0ada7f 100644
--- a/debian/postgresql-9.1-postgis-2.0-scripts.templates
+++ b/debian/postgresql-9.1-postgis-2.0-scripts.templates
@@ -10,7 +10,9 @@ Description: PostGIS 2.0 has been deprecated - please migrate your databases
  older one. Thus it is strongly recommended to migrate all databases
  to PostGIS 2.1 as soon as possible.
  .
- Databases that are already using PostGIS 2.0 will continue to
- work. Note, however, that with this upgrade it's no longer possible
- to create the extension PostGIS 2.0.
+ Of course, databases that are already using PostGIS 2.0 will continue
+ to work. Note, however, that with this upgrade it's no longer
+ possible to create version 2.0 of the extension PostGIS. Instead,
+ 'CREATE EXTENSION postgis;' will now give you version 2.1. Note that
+ this also affects backups.
 
diff --git a/debian/postgresql-9.2-postgis-2.0-scripts.templates b/debian/postgresql-9.2-postgis-2.0-scripts.templates
index 8988114..c0d16cf 100644
--- a/debian/postgresql-9.2-postgis-2.0-scripts.templates
+++ b/debian/postgresql-9.2-postgis-2.0-scripts.templates
@@ -10,7 +10,9 @@ Description: PostGIS 2.0 has been deprecated - please migrate your databases
  older one. Thus it is strongly recommended to migrate all databases
  to PostGIS 2.1 as soon as possible.
  .
- Databases that are already using PostGIS 2.0 will continue to
- work. Note, however, that with this upgrade it's no longer possible
- to create the extension PostGIS 2.0.
+ Of course, databases that are already using PostGIS 2.0 will continue
+ to work. Note, however, that with this upgrade it's no longer
+ possible to create version 2.0 of the extension PostGIS. Instead,
+ 'CREATE EXTENSION postgis;' will now give you version 2.1. Note that
+ this also affects backups.
 

-- 
PostGIS for PostgreSQL



More information about the Pkg-grass-devel mailing list