diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-08-21 04:31:39 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-08-21 04:31:39 +0000 |
commit | 5c871f48450e5b1e6f6c0739813f8d7208795dcb (patch) | |
tree | d4d987304ade651b09de97ece277a26a707d7644 /databases/postgresql91-server | |
parent | af01a1bc5ff58a24cf752411efb925f7670ba446 (diff) | |
download | ports-5c871f48450e5b1e6f6c0739813f8d7208795dcb.tar.gz ports-5c871f48450e5b1e6f6c0739813f8d7208795dcb.zip |
Notes
Diffstat (limited to 'databases/postgresql91-server')
-rw-r--r-- | databases/postgresql91-server/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql91-server/distinfo | 6 | ||||
-rw-r--r-- | databases/postgresql91-server/files/post-install-notes | 3 | ||||
-rw-r--r-- | databases/postgresql91-server/pkg-message | 6 | ||||
-rw-r--r-- | databases/postgresql91-server/pkg-plist.doc | 9 |
5 files changed, 15 insertions, 12 deletions
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index ea93a3500d8e..b68a95109b12 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/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/postgresql91-server/distinfo b/databases/postgresql91-server/distinfo index 84aac20dc02b..23e07754313f 100644 --- a/databases/postgresql91-server/distinfo +++ b/databases/postgresql91-server/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/postgresql91-server/files/post-install-notes b/databases/postgresql91-server/files/post-install-notes index 6b7192b31895..9347fc51c247 100644 --- a/databases/postgresql91-server/files/post-install-notes +++ b/databases/postgresql91-server/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/postgresql91-server/pkg-message b/databases/postgresql91-server/pkg-message index b686422872c1..a94d47d2c2ec 100644 --- a/databases/postgresql91-server/pkg-message +++ b/databases/postgresql91-server/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/postgresql91-server/pkg-plist.doc b/databases/postgresql91-server/pkg-plist.doc index 4d5c62aa889e..c4d50ecb24f0 100644 --- a/databases/postgresql91-server/pkg-plist.doc +++ b/databases/postgresql91-server/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 |