From 661fe60c663597a86f65d50dc258e65c19cebec7 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Tue, 12 Aug 2003 09:58:13 +0000 Subject: Update to 7.3.4 "In order to address a potentially serious (although rare) server startup failure that was recently reported, we have released PostgreSQL version 7.3.4. This release is critical for users of PostgreSQL version 7.3.3, and highly recommended for all other PostgreSQL users." Submitted by: Palle Girgensohn (maintainer) PR: 55354 --- databases/postgresql74-server/pkg-message | 36 ------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 databases/postgresql74-server/pkg-message (limited to 'databases/postgresql74-server/pkg-message') diff --git a/databases/postgresql74-server/pkg-message b/databases/postgresql74-server/pkg-message deleted file mode 100644 index 8e08644cb473..000000000000 --- a/databases/postgresql74-server/pkg-message +++ /dev/null @@ -1,36 +0,0 @@ -====================================================================== - - * IMPORTANT UPGRADE NOTICE * IMPORTANT UPGRADE NOTICE * - -The PostgreSQL port now obeys hier(7) by default, which means that it -installs into: - -/usr/local/bin -/usr/local/lib -/usr/local/include (NOTE! Changed again in 7.2, since PostgreSQL - handles standard install nowadays) - -You *must* move away your pre-7.1 installation from users' and -ldconfig(8)'s PATHs. - -The pgsql user's home dir is /usr/local/pgsql by default, but can be -changed with for example chpass(1). Datadir defaults to ~pgsql/data, -but can be changed by modifying the ~pgsql/.profile script. - -====================================================================== - -To initialize the database, you should run initdb as the "pgsql" user -(if you want to use your locale for collation, edit ~pgsql/.profile -and set the locale to your preference first). - -Example: - - su -l pgsql -c initdb - -You can then start PostgreSQL by running: - - /usr/local/etc/rc.d/010.pgsql.sh start - -For postmaster settings, see ~pgsql/data/postgresql.conf -For more tips, read ~pgsql/post-install-notes -====================================================================== -- cgit v1.2.3