diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-19 08:26:43 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-19 08:26:43 +0000 |
commit | 8b09fb02c1bd82c32627c80f3bd4cce25dc6c92e (patch) | |
tree | 0a4e5a317702f32763d6a2f0ec0227880968355c /databases/postgis/files/UPDATE | |
parent | Update to version 1.36 (diff) |
Upgrade to 1.0.0-rc2.
PR: ports/76916
Submitted by: maintainer.
Notes
Notes:
svn path=/head/; revision=129271
Diffstat (limited to 'databases/postgis/files/UPDATE')
-rw-r--r-- | databases/postgis/files/UPDATE | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/postgis/files/UPDATE b/databases/postgis/files/UPDATE deleted file mode 100644 index 1478cf65c0f1..000000000000 --- a/databases/postgis/files/UPDATE +++ /dev/null @@ -1,14 +0,0 @@ -Updating databases from old versions of Postgis - -Due the libpostgis.so.0 path modification, databases created with older -versions of postgis won't work properly. -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 libpostgis -references updated. -After that you can restore your database using updated file. - - psql -f dump.sql.updated database |