aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-08-21 04:31:39 +0000
committerClive Lin <clive@FreeBSD.org>2001-08-21 04:31:39 +0000
commit5c871f48450e5b1e6f6c0739813f8d7208795dcb (patch)
treed4d987304ade651b09de97ece277a26a707d7644
parentaf01a1bc5ff58a24cf752411efb925f7670ba446 (diff)
downloadports-5c871f48450e5b1e6f6c0739813f8d7208795dcb.tar.gz
ports-5c871f48450e5b1e6f6c0739813f8d7208795dcb.zip
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 <girgen@partitur.se> (MAINTAINER) Michal Pasternak <doc@lublin.t1.pl> (the note)
Notes
Notes: svn path=/head/; revision=46573
-rw-r--r--databases/postgresql-devel-server/Makefile3
-rw-r--r--databases/postgresql-devel-server/distinfo6
-rw-r--r--databases/postgresql-devel-server/files/post-install-notes3
-rw-r--r--databases/postgresql-devel-server/pkg-message6
-rw-r--r--databases/postgresql-devel-server/pkg-plist.doc9
-rw-r--r--databases/postgresql-devel/Makefile3
-rw-r--r--databases/postgresql-devel/distinfo6
-rw-r--r--databases/postgresql-devel/files/post-install-notes3
-rw-r--r--databases/postgresql-devel/pkg-message6
-rw-r--r--databases/postgresql-devel/pkg-plist.doc9
-rw-r--r--databases/postgresql7/Makefile3
-rw-r--r--databases/postgresql7/distinfo6
-rw-r--r--databases/postgresql7/files/post-install-notes3
-rw-r--r--databases/postgresql7/pkg-message6
-rw-r--r--databases/postgresql7/pkg-plist.doc9
-rw-r--r--databases/postgresql73-server/Makefile3
-rw-r--r--databases/postgresql73-server/distinfo6
-rw-r--r--databases/postgresql73-server/files/post-install-notes3
-rw-r--r--databases/postgresql73-server/pkg-message6
-rw-r--r--databases/postgresql73-server/pkg-plist.doc9
-rw-r--r--databases/postgresql73/Makefile3
-rw-r--r--databases/postgresql73/distinfo6
-rw-r--r--databases/postgresql73/files/post-install-notes3
-rw-r--r--databases/postgresql73/pkg-message6
-rw-r--r--databases/postgresql73/pkg-plist.doc9
-rw-r--r--databases/postgresql74-server/Makefile3
-rw-r--r--databases/postgresql74-server/distinfo6
-rw-r--r--databases/postgresql74-server/files/post-install-notes3
-rw-r--r--databases/postgresql74-server/pkg-message6
-rw-r--r--databases/postgresql74-server/pkg-plist.doc9
-rw-r--r--databases/postgresql80-server/Makefile3
-rw-r--r--databases/postgresql80-server/distinfo6
-rw-r--r--databases/postgresql80-server/files/post-install-notes3
-rw-r--r--databases/postgresql80-server/pkg-message6
-rw-r--r--databases/postgresql80-server/pkg-plist.doc9
-rw-r--r--databases/postgresql81-server/Makefile3
-rw-r--r--databases/postgresql81-server/distinfo6
-rw-r--r--databases/postgresql81-server/files/post-install-notes3
-rw-r--r--databases/postgresql81-server/pkg-message6
-rw-r--r--databases/postgresql81-server/pkg-plist.doc9
-rw-r--r--databases/postgresql82-server/Makefile3
-rw-r--r--databases/postgresql82-server/distinfo6
-rw-r--r--databases/postgresql82-server/files/post-install-notes3
-rw-r--r--databases/postgresql82-server/pkg-message6
-rw-r--r--databases/postgresql82-server/pkg-plist.doc9
-rw-r--r--databases/postgresql83-server/Makefile3
-rw-r--r--databases/postgresql83-server/distinfo6
-rw-r--r--databases/postgresql83-server/files/post-install-notes3
-rw-r--r--databases/postgresql83-server/pkg-message6
-rw-r--r--databases/postgresql83-server/pkg-plist.doc9
-rw-r--r--databases/postgresql84-server/Makefile3
-rw-r--r--databases/postgresql84-server/distinfo6
-rw-r--r--databases/postgresql84-server/files/post-install-notes3
-rw-r--r--databases/postgresql84-server/pkg-message6
-rw-r--r--databases/postgresql84-server/pkg-plist.doc9
-rw-r--r--databases/postgresql90-server/Makefile3
-rw-r--r--databases/postgresql90-server/distinfo6
-rw-r--r--databases/postgresql90-server/files/post-install-notes3
-rw-r--r--databases/postgresql90-server/pkg-message6
-rw-r--r--databases/postgresql90-server/pkg-plist.doc9
-rw-r--r--databases/postgresql91-server/Makefile3
-rw-r--r--databases/postgresql91-server/distinfo6
-rw-r--r--databases/postgresql91-server/files/post-install-notes3
-rw-r--r--databases/postgresql91-server/pkg-message6
-rw-r--r--databases/postgresql91-server/pkg-plist.doc9
-rw-r--r--databases/postgresql92-server/Makefile3
-rw-r--r--databases/postgresql92-server/distinfo6
-rw-r--r--databases/postgresql92-server/files/post-install-notes3
-rw-r--r--databases/postgresql92-server/pkg-message6
-rw-r--r--databases/postgresql92-server/pkg-plist.doc9
70 files changed, 210 insertions, 168 deletions
diff --git a/databases/postgresql-devel-server/Makefile b/databases/postgresql-devel-server/Makefile
index ea93a3500d8e..b68a95109b12 100644
--- a/databases/postgresql-devel-server/Makefile
+++ b/databases/postgresql-devel-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/postgresql-devel-server/distinfo b/databases/postgresql-devel-server/distinfo
index 84aac20dc02b..23e07754313f 100644
--- a/databases/postgresql-devel-server/distinfo
+++ b/databases/postgresql-devel-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/postgresql-devel-server/files/post-install-notes b/databases/postgresql-devel-server/files/post-install-notes
index 6b7192b31895..9347fc51c247 100644
--- a/databases/postgresql-devel-server/files/post-install-notes
+++ b/databases/postgresql-devel-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/postgresql-devel-server/pkg-message b/databases/postgresql-devel-server/pkg-message
index b686422872c1..a94d47d2c2ec 100644
--- a/databases/postgresql-devel-server/pkg-message
+++ b/databases/postgresql-devel-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/postgresql-devel-server/pkg-plist.doc b/databases/postgresql-devel-server/pkg-plist.doc
index 4d5c62aa889e..c4d50ecb24f0 100644
--- a/databases/postgresql-devel-server/pkg-plist.doc
+++ b/databases/postgresql-devel-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
diff --git a/databases/postgresql-devel/Makefile b/databases/postgresql-devel/Makefile
index ea93a3500d8e..b68a95109b12 100644
--- a/databases/postgresql-devel/Makefile
+++ b/databases/postgresql-devel/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/postgresql-devel/distinfo b/databases/postgresql-devel/distinfo
index 84aac20dc02b..23e07754313f 100644
--- a/databases/postgresql-devel/distinfo
+++ b/databases/postgresql-devel/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/postgresql-devel/files/post-install-notes b/databases/postgresql-devel/files/post-install-notes
index 6b7192b31895..9347fc51c247 100644
--- a/databases/postgresql-devel/files/post-install-notes
+++ b/databases/postgresql-devel/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/postgresql-devel/pkg-message b/databases/postgresql-devel/pkg-message
index b686422872c1..a94d47d2c2ec 100644
--- a/databases/postgresql-devel/pkg-message
+++ b/databases/postgresql-devel/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/postgresql-devel/pkg-plist.doc b/databases/postgresql-devel/pkg-plist.doc
index 4d5c62aa889e..c4d50ecb24f0 100644
--- a/databases/postgresql-devel/pkg-plist.doc
+++ b/databases/postgresql-devel/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
diff --git a/databases/postgresql7/Makefile b/databases/postgresql7/Makefile
index ea93a3500d8e..b68a95109b12 100644
--- a/databases/postgresql7/Makefile
+++ b/databases/postgresql7/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/postgresql7/distinfo b/databases/postgresql7/distinfo
index 84aac20dc02b..23e07754313f 100644
--- a/databases/postgresql7/distinfo
+++ b/databases/postgresql7/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/postgresql7/files/post-install-notes b/databases/postgresql7/files/post-install-notes
index 6b7192b31895..9347fc51c247 100644
--- a/databases/postgresql7/files/post-install-notes
+++ b/databases/postgresql7/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/postgresql7/pkg-message b/databases/postgresql7/pkg-message
index b686422872c1..a94d47d2c2ec 100644
--- a/databases/postgresql7/pkg-message
+++ b/databases/postgresql7/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/postgresql7/pkg-plist.doc b/databases/postgresql7/pkg-plist.doc
index 4d5c62aa889e..c4d50ecb24f0 100644
--- a/databases/postgresql7/pkg-plist.doc
+++ b/databases/postgresql7/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
diff --git a/databases/postgresql73-server/Makefile b/databases/postgresql73-server/Makefile
index ea93a3500d8e..b68a95109b12 100644
--- a/databases/postgresql73-server/Makefile
+++ b/databases/postgresql73-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/postgresql73-server/distinfo b/databases/postgresql73-server/distinfo
index 84aac20dc02b..23e07754313f 100644
--- a/databases/postgresql73-server/distinfo
+++ b/databases/postgresql73-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/postgresql73-server/files/post-install-notes b/databases/postgresql73-server/files/post-install-notes
index 6b7192b31895..9347fc51c247 100644
--- a/databases/postgresql73-server/files/post-install-notes
+++ b/databases/postgresql73-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/postgresql73-server/pkg-message b/databases/postgresql73-server/pkg-message
index b686422872c1..a94d47d2c2ec 100644
--- a/databases/postgresql73-server/pkg-message
+++ b/databases/postgresql73-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/postgresql73-server/pkg-plist.doc b/databases/postgresql73-server/pkg-plist.doc
index 4d5c62aa889e..c4d50ecb24f0 100644
--- a/databases/postgresql73-server/pkg-plist.doc
+++ b/databases/postgresql73-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
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
diff --git a/databases/postgresql74-server/Makefile b/databases/postgresql74-server/Makefile
index ea93a3500d8e..b68a95109b12 100644
--- a/databases/postgresql74-server/Makefile
+++ b/databases/postgresql74-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/postgresql74-server/distinfo b/databases/postgresql74-server/distinfo
index 84aac20dc02b..23e07754313f 100644
--- a/databases/postgresql74-server/distinfo
+++ b/databases/postgresql74-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/postgresql74-server/files/post-install-notes b/databases/postgresql74-server/files/post-install-notes
index 6b7192b31895..9347fc51c247 100644
--- a/databases/postgresql74-server/files/post-install-notes
+++ b/databases/postgresql74-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/postgresql74-server/pkg-message b/databases/postgresql74-server/pkg-message
index b686422872c1..a94d47d2c2ec 100644
--- a/databases/postgresql74-server/pkg-message
+++ b/databases/postgresql74-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/postgresql74-server/pkg-plist.doc b/databases/postgresql74-server/pkg-plist.doc
index 4d5c62aa889e..c4d50ecb24f0 100644
--- a/databases/postgresql74-server/pkg-plist.doc
+++ b/databases/postgresql74-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
diff --git a/databases/postgresql80-server/Makefile b/databases/postgresql80-server/Makefile
index ea93a3500d8e..b68a95109b12 100644
--- a/databases/postgresql80-server/Makefile
+++ b/databases/postgresql80-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/postgresql80-server/distinfo b/databases/postgresql80-server/distinfo
index 84aac20dc02b..23e07754313f 100644
--- a/databases/postgresql80-server/distinfo
+++ b/databases/postgresql80-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/postgresql80-server/files/post-install-notes b/databases/postgresql80-server/files/post-install-notes
index 6b7192b31895..9347fc51c247 100644
--- a/databases/postgresql80-server/files/post-install-notes
+++ b/databases/postgresql80-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/postgresql80-server/pkg-message b/databases/postgresql80-server/pkg-message
index b686422872c1..a94d47d2c2ec 100644
--- a/databases/postgresql80-server/pkg-message
+++ b/databases/postgresql80-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/postgresql80-server/pkg-plist.doc b/databases/postgresql80-server/pkg-plist.doc
index 4d5c62aa889e..c4d50ecb24f0 100644
--- a/databases/postgresql80-server/pkg-plist.doc
+++ b/databases/postgresql80-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
diff --git a/databases/postgresql81-server/Makefile b/databases/postgresql81-server/Makefile
index ea93a3500d8e..b68a95109b12 100644
--- a/databases/postgresql81-server/Makefile
+++ b/databases/postgresql81-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/postgresql81-server/distinfo b/databases/postgresql81-server/distinfo
index 84aac20dc02b..23e07754313f 100644
--- a/databases/postgresql81-server/distinfo
+++ b/databases/postgresql81-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/postgresql81-server/files/post-install-notes b/databases/postgresql81-server/files/post-install-notes
index 6b7192b31895..9347fc51c247 100644
--- a/databases/postgresql81-server/files/post-install-notes
+++ b/databases/postgresql81-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/postgresql81-server/pkg-message b/databases/postgresql81-server/pkg-message
index b686422872c1..a94d47d2c2ec 100644
--- a/databases/postgresql81-server/pkg-message
+++ b/databases/postgresql81-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/postgresql81-server/pkg-plist.doc b/databases/postgresql81-server/pkg-plist.doc
index 4d5c62aa889e..c4d50ecb24f0 100644
--- a/databases/postgresql81-server/pkg-plist.doc
+++ b/databases/postgresql81-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
diff --git a/databases/postgresql82-server/Makefile b/databases/postgresql82-server/Makefile
index ea93a3500d8e..b68a95109b12 100644
--- a/databases/postgresql82-server/Makefile
+++ b/databases/postgresql82-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/postgresql82-server/distinfo b/databases/postgresql82-server/distinfo
index 84aac20dc02b..23e07754313f 100644
--- a/databases/postgresql82-server/distinfo
+++ b/databases/postgresql82-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/postgresql82-server/files/post-install-notes b/databases/postgresql82-server/files/post-install-notes
index 6b7192b31895..9347fc51c247 100644
--- a/databases/postgresql82-server/files/post-install-notes
+++ b/databases/postgresql82-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/postgresql82-server/pkg-message b/databases/postgresql82-server/pkg-message
index b686422872c1..a94d47d2c2ec 100644
--- a/databases/postgresql82-server/pkg-message
+++ b/databases/postgresql82-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/postgresql82-server/pkg-plist.doc b/databases/postgresql82-server/pkg-plist.doc
index 4d5c62aa889e..c4d50ecb24f0 100644
--- a/databases/postgresql82-server/pkg-plist.doc
+++ b/databases/postgresql82-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
diff --git a/databases/postgresql83-server/Makefile b/databases/postgresql83-server/Makefile
index ea93a3500d8e..b68a95109b12 100644
--- a/databases/postgresql83-server/Makefile
+++ b/databases/postgresql83-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/postgresql83-server/distinfo b/databases/postgresql83-server/distinfo
index 84aac20dc02b..23e07754313f 100644
--- a/databases/postgresql83-server/distinfo
+++ b/databases/postgresql83-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/postgresql83-server/files/post-install-notes b/databases/postgresql83-server/files/post-install-notes
index 6b7192b31895..9347fc51c247 100644
--- a/databases/postgresql83-server/files/post-install-notes
+++ b/databases/postgresql83-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/postgresql83-server/pkg-message b/databases/postgresql83-server/pkg-message
index b686422872c1..a94d47d2c2ec 100644
--- a/databases/postgresql83-server/pkg-message
+++ b/databases/postgresql83-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/postgresql83-server/pkg-plist.doc b/databases/postgresql83-server/pkg-plist.doc
index 4d5c62aa889e..c4d50ecb24f0 100644
--- a/databases/postgresql83-server/pkg-plist.doc
+++ b/databases/postgresql83-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
diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile
index ea93a3500d8e..b68a95109b12 100644
--- a/databases/postgresql84-server/Makefile
+++ b/databases/postgresql84-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/postgresql84-server/distinfo b/databases/postgresql84-server/distinfo
index 84aac20dc02b..23e07754313f 100644
--- a/databases/postgresql84-server/distinfo
+++ b/databases/postgresql84-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/postgresql84-server/files/post-install-notes b/databases/postgresql84-server/files/post-install-notes
index 6b7192b31895..9347fc51c247 100644
--- a/databases/postgresql84-server/files/post-install-notes
+++ b/databases/postgresql84-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/postgresql84-server/pkg-message b/databases/postgresql84-server/pkg-message
index b686422872c1..a94d47d2c2ec 100644
--- a/databases/postgresql84-server/pkg-message
+++ b/databases/postgresql84-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/postgresql84-server/pkg-plist.doc b/databases/postgresql84-server/pkg-plist.doc
index 4d5c62aa889e..c4d50ecb24f0 100644
--- a/databases/postgresql84-server/pkg-plist.doc
+++ b/databases/postgresql84-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
diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile
index ea93a3500d8e..b68a95109b12 100644
--- a/databases/postgresql90-server/Makefile
+++ b/databases/postgresql90-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/postgresql90-server/distinfo b/databases/postgresql90-server/distinfo
index 84aac20dc02b..23e07754313f 100644
--- a/databases/postgresql90-server/distinfo
+++ b/databases/postgresql90-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/postgresql90-server/files/post-install-notes b/databases/postgresql90-server/files/post-install-notes
index 6b7192b31895..9347fc51c247 100644
--- a/databases/postgresql90-server/files/post-install-notes
+++ b/databases/postgresql90-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/postgresql90-server/pkg-message b/databases/postgresql90-server/pkg-message
index b686422872c1..a94d47d2c2ec 100644
--- a/databases/postgresql90-server/pkg-message
+++ b/databases/postgresql90-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/postgresql90-server/pkg-plist.doc b/databases/postgresql90-server/pkg-plist.doc
index 4d5c62aa889e..c4d50ecb24f0 100644
--- a/databases/postgresql90-server/pkg-plist.doc
+++ b/databases/postgresql90-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
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
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile
index ea93a3500d8e..b68a95109b12 100644
--- a/databases/postgresql92-server/Makefile
+++ b/databases/postgresql92-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/postgresql92-server/distinfo b/databases/postgresql92-server/distinfo
index 84aac20dc02b..23e07754313f 100644
--- a/databases/postgresql92-server/distinfo
+++ b/databases/postgresql92-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/postgresql92-server/files/post-install-notes b/databases/postgresql92-server/files/post-install-notes
index 6b7192b31895..9347fc51c247 100644
--- a/databases/postgresql92-server/files/post-install-notes
+++ b/databases/postgresql92-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/postgresql92-server/pkg-message b/databases/postgresql92-server/pkg-message
index b686422872c1..a94d47d2c2ec 100644
--- a/databases/postgresql92-server/pkg-message
+++ b/databases/postgresql92-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/postgresql92-server/pkg-plist.doc b/databases/postgresql92-server/pkg-plist.doc
index 4d5c62aa889e..c4d50ecb24f0 100644
--- a/databases/postgresql92-server/pkg-plist.doc
+++ b/databases/postgresql92-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