diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-06-28 21:48:56 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-06-28 21:48:56 +0000 |
commit | 10b5ded080351531c82acebc0da4d8d004a7ded0 (patch) | |
tree | 036c7d1f849d0c206d53d047616b6dbd7d9eaace /databases/postgresql91-server/pkg-install | |
parent | Update to 0.3.3: (diff) |
Upgrade to 7.4.3.
PR: ports/68456
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=112502
Diffstat (limited to 'databases/postgresql91-server/pkg-install')
-rw-r--r-- | databases/postgresql91-server/pkg-install | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/postgresql91-server/pkg-install b/databases/postgresql91-server/pkg-install index 769cba5ef455..888b9e1b4d82 100644 --- a/databases/postgresql91-server/pkg-install +++ b/databases/postgresql91-server/pkg-install @@ -6,11 +6,11 @@ PATH=/bin:/usr/sbin DB_DIR=${PKG_PREFIX}/pgsql -backupwarning() { - echo " -NOTICE: unlike most minor versions, this version does require -some updates to the pg_* system tables. Full instructions for -how to do this are included in the full HISTORY file. +backupwarning() { echo " +NOTICE: unlike most minor versions, this upgrade from 7.4.1 to 7.4.2 +*does require* some updates to the pg_* system tables. Full +instructions for how to do this are included in the full HISTORY file. + DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS. =========== BACKUP YOUR DATA! ============= |