diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-13 09:08:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-13 09:08:06 +0000 |
commit | 0ca9ead6f40bb875805a01026cc9603e8eea4ae3 (patch) | |
tree | 59f19ecd343a5bf1e053ced06fff03e43e591163 /databases/postgis/files/README.upgrade | |
parent | - Require python 2.2+ (diff) |
- Update to 1.0.0-RC5
PR: ports/79083, ports/79301
Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer)
Notes
Notes:
svn path=/head/; revision=133223
Diffstat (limited to 'databases/postgis/files/README.upgrade')
-rw-r--r-- | databases/postgis/files/README.upgrade | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/databases/postgis/files/README.upgrade b/databases/postgis/files/README.upgrade deleted file mode 100644 index 88eb5382d465..000000000000 --- a/databases/postgis/files/README.upgrade +++ /dev/null @@ -1,16 +0,0 @@ -Updating databases from old versions of Postgis - -The postgis library has its name changed, now the library is called -liblwgeom.so.1 instead of libpostgis.so.0 . -Databases created with older versions of postgis won't work properly, -until all references of libpostgis.so.0 be corrected. -To solve this problem, please, make a dump (on text format) of your -database and use the PREFIX/share/updatedb script. - - sh PREFIX/share/updatedb dump.sql - -A new file with '.updated' extension will be created with the library -references updated. -After that, you can restore your database using the updated file. - - psql -f dump.sql.updated database |