diff options
author | adam <adam@pkgsrc.org> | 2010-09-21 07:50:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-09-21 07:50:46 +0000 |
commit | 92b3a3ca48fd7c1142569fe67f3f4c7241c2d5d4 (patch) | |
tree | 2a323a1ea4c22dc1a1f0edc90da03a9c7e5794d3 /databases/postgresql90-server/DEINSTALL | |
parent | 3b5b7b23769e6ef45d7a369741a323d9b9cfe2d5 (diff) | |
download | pkgsrc-92b3a3ca48fd7c1142569fe67f3f4c7241c2d5d4.tar.gz |
Changes 9.0:
9.0 includes more major features than any release before it, including:
* Hot standby
* Streaming replication
* In-place upgrades
* 64-bit Windows builds
* Easy mass permissions management
* Anonymous blocks and named parameter calls for stored procedures
* New windowing functions and ordered aggregates
... and many more. For details on the over 200 additions and improvements in
this version, developed by over a hundred contributors, please see the release
notes.
Diffstat (limited to 'databases/postgresql90-server/DEINSTALL')
-rw-r--r-- | databases/postgresql90-server/DEINSTALL | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/postgresql90-server/DEINSTALL b/databases/postgresql90-server/DEINSTALL new file mode 100644 index 00000000000..ce81b43b694 --- /dev/null +++ b/databases/postgresql90-server/DEINSTALL @@ -0,0 +1,20 @@ +# $NetBSD: DEINSTALL,v 1.1.1.1 2010/09/21 07:52:56 adam 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 |