From 11d66f7e2925d7e407f9077b99ace41e2c1a8c9f Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Mon, 23 Sep 2002 22:01:46 +0000 Subject: Adding a development port for PostgreSQL. postgresql-devel will have its distfiles periodically updated to track PostgreSQL between major releases. Port is repo copied from databases/postgresql7 and has been updated to 7.3b1. Approved by: portmgr && knu (mentor) --- databases/postgresql-devel/pkg-install | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'databases/postgresql-devel/pkg-install') diff --git a/databases/postgresql-devel/pkg-install b/databases/postgresql-devel/pkg-install index ffcd42a5796c..8a78a8271240 100644 --- a/databases/postgresql-devel/pkg-install +++ b/databases/postgresql-devel/pkg-install @@ -9,17 +9,18 @@ DB_DIR=${PKG_PREFIX}/pgsql case $2 in PRE-INSTALL) echo " -=========== BACKUP YOUR DATA! ============= -As always, backup your data before -upgrading. If the upgrade leads to a higher -minor revision (e.g. 7.1.x -> 7.2), a dump -and restore of all databases is -required. This is *NOT* done by the port! - -Press ctrl-C *now* if you need to pg_dump. -=========================================== +======================== BACKUP YOUR DATA! =========================== + +As always, backup your data before upgrading! This is a development +port and may change the data format of on disk data as well as the +system catalogs. It is always advised that you completely dump the +database and re-initdb between upgrades. This is **NOT** done by the +port! + +Press ctrl-C *now* if you need to pg_dump or pg_dumpall. +====================================================================== " - sleep 3 + sleep 5 USER=pgsql GROUP=${USER} UID=70 -- cgit v1.2.3