From 5c871f48450e5b1e6f6c0739813f8d7208795dcb Mon Sep 17 00:00:00 2001 From: Clive Lin Date: Tue, 21 Aug 2001 04:31:39 +0000 Subject: Update the PostgreSQL port to 7.1.3. A note about how to install languages into a PostgreSQL database is added. PR: ports/29916 Submitted by: Palle Girgensohn (MAINTAINER) Michal Pasternak (the note) --- databases/postgresql73/Makefile | 3 +-- databases/postgresql73/distinfo | 6 +++--- databases/postgresql73/files/post-install-notes | 3 +++ databases/postgresql73/pkg-message | 6 +++--- databases/postgresql73/pkg-plist.doc | 9 +++++---- 5 files changed, 15 insertions(+), 12 deletions(-) (limited to 'databases/postgresql73') diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile index ea93a3500d8e..b68a95109b12 100644 --- a/databases/postgresql73/Makefile +++ b/databases/postgresql73/Makefile @@ -6,8 +6,7 @@ # PORTNAME= postgresql -PORTVERSION= 7.1.2 -PORTREVISION= 2 +PORTVERSION= 7.1.3 CATEGORIES= databases MASTER_SITES= ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \ ftp://ftp.postgresql.org/pub/%SUBDIR%/ \ diff --git a/databases/postgresql73/distinfo b/databases/postgresql73/distinfo index 84aac20dc02b..23e07754313f 100644 --- a/databases/postgresql73/distinfo +++ b/databases/postgresql73/distinfo @@ -1,3 +1,3 @@ -MD5 (postgresql/postgresql-base-7.1.2.tar.gz) = 06e2a51d5df202b5002b6596636e090f -MD5 (postgresql/postgresql-opt-7.1.2.tar.gz) = a8adc15926348dd4ccee583a6cc55ac2 -MD5 (postgresql/postgresql-docs-7.1.2.tar.gz) = a0c7c074dcdcef092cf548e5fbf13bb5 +MD5 (postgresql/postgresql-base-7.1.3.tar.gz) = f932dea12806972402aaaf17a2a97034 +MD5 (postgresql/postgresql-opt-7.1.3.tar.gz) = e84e9c51b31567d4571c7612e0c0fbd6 +MD5 (postgresql/postgresql-docs-7.1.3.tar.gz) = 7061ab7f7ec3c4d18f8e6cb2858896d0 diff --git a/databases/postgresql73/files/post-install-notes b/databases/postgresql73/files/post-install-notes index 6b7192b31895..9347fc51c247 100644 --- a/databases/postgresql73/files/post-install-notes +++ b/databases/postgresql73/files/post-install-notes @@ -20,3 +20,6 @@ If you built with Java support, add If you have many tables and many clients running, consider raising kern.maxfiles using sysctl(8). + +Use createlang(1) to install languages into your database. +Supported languages are 'plpgsql', 'pltcl', 'pltclu', and 'plperl'. diff --git a/databases/postgresql73/pkg-message b/databases/postgresql73/pkg-message index b686422872c1..a94d47d2c2ec 100644 --- a/databases/postgresql73/pkg-message +++ b/databases/postgresql73/pkg-message @@ -18,9 +18,9 @@ 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. -As always, you *must* dump existing databases before stopping and -removing your old postgresql, as part of the update. This is *NOT* -done by this port! +As always, backup your data before upgrading. If the upgrade leads to +a higher minor revision (i.e. 7.0.x -> 7.1.x), a dump and restore of +all databases is required. This is *NOT* done by the port! ====================================================================== diff --git a/databases/postgresql73/pkg-plist.doc b/databases/postgresql73/pkg-plist.doc index 4d5c62aa889e..c4d50ecb24f0 100644 --- a/databases/postgresql73/pkg-plist.doc +++ b/databases/postgresql73/pkg-plist.doc @@ -154,10 +154,10 @@ share/doc/postgresql/html/libpqpp-notify.html share/doc/postgresql/html/lisp.html share/doc/postgresql/html/ln11330.html share/doc/postgresql/html/ln1274.html -share/doc/postgresql/html/ln15168.html +share/doc/postgresql/html/ln15181.html share/doc/postgresql/html/ln24.html -share/doc/postgresql/html/ln24997.html -share/doc/postgresql/html/ln37163.html +share/doc/postgresql/html/ln25010.html +share/doc/postgresql/html/ln37176.html share/doc/postgresql/html/ln8.html share/doc/postgresql/html/lo-funcs.html share/doc/postgresql/html/lo-implementation.html @@ -334,7 +334,9 @@ share/doc/postgresql/html/release-7-0-1.html share/doc/postgresql/html/release-7-0-2.html share/doc/postgresql/html/release-7-0-3.html share/doc/postgresql/html/release-7-0.html +share/doc/postgresql/html/release-7-1.html share/doc/postgresql/html/release-7-1-1.html +share/doc/postgresql/html/release-7-1-2.html share/doc/postgresql/html/release.html share/doc/postgresql/html/relmodel-formal.html share/doc/postgresql/html/relmodel-oper.html @@ -472,7 +474,6 @@ share/doc/postgresql/html/user.html share/doc/postgresql/html/wal-configuration.html share/doc/postgresql/html/wal-implementation.html share/doc/postgresql/html/wal.html -share/doc/postgresql/html/x14501.html share/doc/postgresql/html/xact-read-committed.html share/doc/postgresql/html/xact-serializable.html share/doc/postgresql/html/xaggr.html -- cgit v1.2.3