diff options
author | adam <adam@pkgsrc.org> | 2014-07-25 22:14:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-07-25 22:14:55 +0000 |
commit | 55a47fa6078f683cba580f9cd4607be3df0ff6b0 (patch) | |
tree | 64b962546ea0fdbce8abd0632fa7c42f16413b77 /databases/postgresql91-docs | |
parent | e877031116b64e69f792d1c45efa26708d234afc (diff) | |
download | pkgsrc-55a47fa6078f683cba580f9cd4607be3df0ff6b0.tar.gz |
The PostgreSQL Global Development Group has released an update to all supported version of the database system, including versions 9.3.5, 9.2.9, 9.1.14, 9.0.18, and 8.4.22. This minor release fixes a number of issues discovered and reported by users over the last four months, including some data corruption issues, and is the last update of version 8.4. Users of version 9.3 will want to update at the earliest opportunity; users of version 8.4 will want to schedule an upgrade to a supported PostgreSQL version.
Diffstat (limited to 'databases/postgresql91-docs')
-rw-r--r-- | databases/postgresql91-docs/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql91-docs/PLIST | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/databases/postgresql91-docs/Makefile b/databases/postgresql91-docs/Makefile index 3a01d8c6324..3d9b29adf3e 100644 --- a/databases/postgresql91-docs/Makefile +++ b/databases/postgresql91-docs/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2014/05/29 23:35:32 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/07/25 22:14:56 adam Exp $ PKGNAME= ${DISTNAME:C/-/91-docs-/} -PKGREVISION= 1 COMMENT= PostgreSQL database documentation .include "../../databases/postgresql91/Makefile.common" diff --git a/databases/postgresql91-docs/PLIST b/databases/postgresql91-docs/PLIST index 6cb58dcd0f3..7ce2d2c5197 100644 --- a/databases/postgresql91-docs/PLIST +++ b/databases/postgresql91-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2014/03/27 20:57:54 adam Exp $ +@comment $NetBSD: PLIST,v 1.16 2014/07/25 22:14:56 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -977,6 +977,7 @@ share/doc/postgresql/html/release-8-4-19.html share/doc/postgresql/html/release-8-4-2.html share/doc/postgresql/html/release-8-4-20.html share/doc/postgresql/html/release-8-4-21.html +share/doc/postgresql/html/release-8-4-22.html share/doc/postgresql/html/release-8-4-3.html share/doc/postgresql/html/release-8-4-4.html share/doc/postgresql/html/release-8-4-5.html @@ -994,6 +995,7 @@ share/doc/postgresql/html/release-9-0-14.html share/doc/postgresql/html/release-9-0-15.html share/doc/postgresql/html/release-9-0-16.html share/doc/postgresql/html/release-9-0-17.html +share/doc/postgresql/html/release-9-0-18.html share/doc/postgresql/html/release-9-0-2.html share/doc/postgresql/html/release-9-0-3.html share/doc/postgresql/html/release-9-0-4.html @@ -1008,6 +1010,7 @@ share/doc/postgresql/html/release-9-1-10.html share/doc/postgresql/html/release-9-1-11.html share/doc/postgresql/html/release-9-1-12.html share/doc/postgresql/html/release-9-1-13.html +share/doc/postgresql/html/release-9-1-14.html share/doc/postgresql/html/release-9-1-2.html share/doc/postgresql/html/release-9-1-3.html share/doc/postgresql/html/release-9-1-4.html |