diff options
author | jlam <jlam@pkgsrc.org> | 2001-09-07 08:49:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-09-07 08:49:10 +0000 |
commit | ef55182abb7aa76dc81deef2833cca5e05b53277 (patch) | |
tree | 45a8cecaec969e5e2352fc90e231738f4bdc7972 /databases/postgresql-docs | |
parent | b26e3c3c6e8f2f3cb334737b1628482abe7cfb4f (diff) | |
download | pkgsrc-ef55182abb7aa76dc81deef2833cca5e05b53277.tar.gz |
Update postgresql and packages built from postgresql sources to 7.1.3.
Relevant changes from version 7.1.2 include:
Remove unused WAL segements of large transactions
Multiaction rule fix
Pl/pgSQL memory allocation fix
VACUUM buffer fix
pg_dump fixes for GRANT/REVOKE/comments on views, user-defined types
Fix subselects with DISTINCT ON or LIMIT
Disable COPY TO/FROM a view
Diffstat (limited to 'databases/postgresql-docs')
-rw-r--r-- | databases/postgresql-docs/pkg/PLIST | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/databases/postgresql-docs/pkg/PLIST b/databases/postgresql-docs/pkg/PLIST index fc4a6bea825..dc1f0281bc7 100644 --- a/databases/postgresql-docs/pkg/PLIST +++ b/databases/postgresql-docs/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2001/05/29 23:28:05 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2001/09/07 08:49:10 jlam Exp $ share/doc/html/postgresql/admin.html share/doc/html/postgresql/advanced.html share/doc/html/postgresql/altern-locations.html @@ -158,10 +158,10 @@ share/doc/html/postgresql/libpqpp-notify.html share/doc/html/postgresql/lisp.html share/doc/html/postgresql/ln11330.html share/doc/html/postgresql/ln1274.html -share/doc/html/postgresql/ln15168.html +share/doc/html/postgresql/ln15181.html share/doc/html/postgresql/ln24.html -share/doc/html/postgresql/ln24997.html -share/doc/html/postgresql/ln37163.html +share/doc/html/postgresql/ln25010.html +share/doc/html/postgresql/ln37176.html share/doc/html/postgresql/ln8.html share/doc/html/postgresql/lo-funcs.html share/doc/html/postgresql/lo-implementation.html @@ -338,7 +338,9 @@ share/doc/html/postgresql/release-7-0-1.html share/doc/html/postgresql/release-7-0-2.html share/doc/html/postgresql/release-7-0-3.html share/doc/html/postgresql/release-7-0.html +share/doc/html/postgresql/release-7-1.html share/doc/html/postgresql/release-7-1-1.html +share/doc/html/postgresql/release-7-1-2.html share/doc/html/postgresql/release.html share/doc/html/postgresql/relmodel-formal.html share/doc/html/postgresql/relmodel-oper.html @@ -476,7 +478,6 @@ share/doc/html/postgresql/user.html share/doc/html/postgresql/wal-configuration.html share/doc/html/postgresql/wal-implementation.html share/doc/html/postgresql/wal.html -share/doc/html/postgresql/x14501.html share/doc/html/postgresql/xact-read-committed.html share/doc/html/postgresql/xact-serializable.html share/doc/html/postgresql/xaggr.html |