summaryrefslogtreecommitdiff
path: root/databases/postgresql73-server/DEINSTALL
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-07-24 22:20:31 +0000
committerrecht <recht@pkgsrc.org>2004-07-24 22:20:31 +0000
commit06403ecee17b3f479c4749e067fc3463d69869e5 (patch)
treea41e0d40a27999a63f964e6c462aea23fd8949b9 /databases/postgresql73-server/DEINSTALL
parenta5001b4d1f4627b2e601371ada8475b6bee15a3d (diff)
downloadpkgsrc-06403ecee17b3f479c4749e067fc3463d69869e5.tar.gz
reimport of postgresql-server as postgresql73-server
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), derived from the Berkeley Postgres database management system. While PostgreSQL retains the powerful object-relational data model, rich data types and easy extensibility of Postgres, it replaces the PostQuel query language with an extended subset of SQL. PostgreSQL is free and the complete source is available. This is the meta-package for the PostgreSQL database system.
Diffstat (limited to 'databases/postgresql73-server/DEINSTALL')
-rw-r--r--databases/postgresql73-server/DEINSTALL20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/postgresql73-server/DEINSTALL b/databases/postgresql73-server/DEINSTALL
new file mode 100644
index 00000000000..4955e202987
--- /dev/null
+++ b/databases/postgresql73-server/DEINSTALL
@@ -0,0 +1,20 @@
+# $NetBSD: DEINSTALL,v 1.1.1.1 2004/07/24 22:20:32 recht Exp $
+
+case ${STAGE} in
+DEINSTALL)
+ ${CAT} << EOF
+===========================================================================
+
+If you intend to upgrade your PostgreSQL installation, you may need to
+perform a dump-and-restore to move your current databases into the newer
+PostgreSQL installation. Please dump your databases *prior* to installing
+the new PostgreSQL.
+
+Please see the Backup and Restore section of the PostgreSQL Administrator's
+Guide (databases/postgresql-docs) for complete information on how to
+perform the databases dump.
+
+===========================================================================
+EOF
+ ;;
+esac