[SCM] osm2pgsql branch, wheezy/master, updated. debian/0.80.0+r27899-3-2-ga98d0b4

David Paleino dapal at debian.org
Sun Sep 23 20:16:20 UTC 2012


The following commit has been merged in the wheezy/master branch:
commit 681ee10c371511830b73fd7d155ee8771a356089
Author: David Paleino <dapal at debian.org>
Date:   Sun Sep 23 21:56:32 2012 +0200

    Added debian/NEWS.Debian explaining what changes from the 32-bit version.

diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian
new file mode 100644
index 0000000..9d87413
--- /dev/null
+++ b/debian/NEWS.Debian
@@ -0,0 +1,20 @@
+osm2pgsql (0.80.0+r27899-4) unstable; urgency=low
+
+  Since version 0.80.0+r27899-3, osm2pgsql supports 64-bit OSM IDs. This
+  means that the column "osm_id" in created tables changed its type from
+  INTEGER (int4) to BIGINT (int8). This change will allow storing new
+  OSM objects, as the OSM database gets larger.
+
+  Databases created before this version should be migrated. Remember to do
+  a BACKUP before attempting anything.
+
+  You can either recreate the database from scratch using osm2pgsql, or
+  issue the following SQL statement on each table containing a osm_id
+  column:
+
+    ALTER TABLE <table> COLUMN osm_id TYPE bigint;
+
+  Remember to make PROPER BACKUPS before attempting any such operation on
+  your database.
+
+ -- David Paleino <dapal at debian.org>  Sun, 23 Sep 2012 21:52:38 +0200
diff --git a/debian/changelog b/debian/changelog
index def62db..9ce126b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+osm2pgsql (0.80.0+r27899-4) UNRELEASED; urgency=low
+
+  * Added debian/NEWS.Debian explaining what changes from the 32-bit
+    version.
+
+ -- David Paleino <dapal at debian.org>  Sun, 23 Sep 2012 21:55:47 +0200
+
 osm2pgsql (0.80.0+r27899-3) unstable; urgency=low
 
   * Update Recommends of postgresql-8.4-postgis to -9.1

-- 
OpenStreetMap data to PostgreSQL converter



More information about the Pkg-grass-devel mailing list