summaryrefslogtreecommitdiff
path: root/databases/postgresql-docs
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-01-05 20:12:07 +0000
committerjlam <jlam@pkgsrc.org>2003-01-05 20:12:07 +0000
commit4ec712783e2eb6ec0ee1c259ba86d37331e80721 (patch)
tree8842dbd7cb62a42e6ad7ce2170133b6607b61bc2 /databases/postgresql-docs
parent173c3b193c8ddd3fdee51968222c54ce4d90e0ae (diff)
downloadpkgsrc-4ec712783e2eb6ec0ee1c259ba86d37331e80721.tar.gz
Updated databases/postgresql to 7.3.1.
================================================================== | NOTE: A dump-and-restore is required to update your databases | | if you wish to update postgresql-server. If your | | application examines the system catalogs, additional | | changes will be required due to the introduction of | | schemas in 7.3; for more information, see: | | | | http://www.ca.postgresql.org/docs/momjian/upgrade_tips_7.3 | ================================================================== Major changes from version 7.2.3 include: Schemas Schemas allow users to create objects in separate namespaces, so two people or applications can have tables with the same name. There is also a public schema for shared tables. Table/index creation can be restricted by removing permissions on the public schema. Drop Column PostgreSQL now supports the ALTER TABLE ... DROP COLUMN functionality. Table Functions Functions returning multiple rows and/or multiple columns are now much easier to use than before. You can call such a "table function" in the SELECT FROM clause, treating its output like a table. Also, PL/pgSQL functions can now return sets. Prepared Queries PostgreSQL now supports prepared queries, for improved performance. Dependency Tracking PostgreSQL now records object dependencies, which allows improvements in many areas. "DROP" statements now take either CASCADE or RESTRICT to control whether dependent objects are also dropped. Privileges Functions and procedural languages now have privileges, and functions can be defined to run with the privileges of their creator. Internationalization Both multibyte and locale support are now always enabled. Logging A variety of logging options have been enhanced. Interfaces A large number of interfaces have been moved to http://gborg.postgresql.org where they can be developed and released independently. Functions/Identifiers By default, functions can now take up to 32 parameters, and identifiers can be up to 63 bytes long. Also, OPAQUE is now deprecated: there are specific "pseudo-datatypes" to represent each of the former meanings of OPAQUE in function argument and result types.
Diffstat (limited to 'databases/postgresql-docs')
-rw-r--r--databases/postgresql-docs/Makefile6
-rw-r--r--databases/postgresql-docs/PLIST144
2 files changed, 98 insertions, 52 deletions
diff --git a/databases/postgresql-docs/Makefile b/databases/postgresql-docs/Makefile
index b4e3254bf43..f80c7f3444d 100644
--- a/databases/postgresql-docs/Makefile
+++ b/databases/postgresql-docs/Makefile
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2002/10/19 03:03:50 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2003/01/05 20:12:22 jlam Exp $
PKGNAME= postgresql-docs-${BASE_VERS}
COMMENT= PostgreSQL database system documentation
-USE_BUILDLINK2= # defined
-
-.include "../../databases/postgresql/Makefile.common"
+.include "../postgresql/Makefile.common"
BUILD_DIRS= ${WRKSRC}/doc
DOCDIR= ${PREFIX}/share/doc/postgresql
diff --git a/databases/postgresql-docs/PLIST b/databases/postgresql-docs/PLIST
index 327e5543e06..ec8c7a17d1d 100644
--- a/databases/postgresql-docs/PLIST
+++ b/databases/postgresql-docs/PLIST
@@ -1,5 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2002/04/06 09:41:03 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2003/01/05 20:12:23 jlam Exp $
+share/doc/html/postgresql/admin-preface.html
share/doc/html/postgresql/admin.html
+share/doc/html/postgresql/app-clusterdb.html
share/doc/html/postgresql/app-createdb.html
share/doc/html/postgresql/app-createlang.html
share/doc/html/postgresql/app-createuser.html
@@ -12,10 +14,10 @@ share/doc/html/postgresql/app-initlocation.html
share/doc/html/postgresql/app-ipcclean.html
share/doc/html/postgresql/app-pg-ctl.html
share/doc/html/postgresql/app-pg-dumpall.html
-share/doc/html/postgresql/app-pg-passwd.html
-share/doc/html/postgresql/app-pgaccess.html
share/doc/html/postgresql/app-pgconfig.html
+share/doc/html/postgresql/app-pgcontroldata.html
share/doc/html/postgresql/app-pgdump.html
+share/doc/html/postgresql/app-pgresetxlog.html
share/doc/html/postgresql/app-pgrestore.html
share/doc/html/postgresql/app-pgtclsh.html
share/doc/html/postgresql/app-pgtksh.html
@@ -35,10 +37,17 @@ share/doc/html/postgresql/bki-example.html
share/doc/html/postgresql/bki.html
share/doc/html/postgresql/bug-reporting.html
share/doc/html/postgresql/catalog-pg-aggregate.html
+share/doc/html/postgresql/catalog-pg-am.html
+share/doc/html/postgresql/catalog-pg-amop.html
+share/doc/html/postgresql/catalog-pg-amproc.html
share/doc/html/postgresql/catalog-pg-attrdef.html
share/doc/html/postgresql/catalog-pg-attribute.html
+share/doc/html/postgresql/catalog-pg-cast.html
share/doc/html/postgresql/catalog-pg-class.html
+share/doc/html/postgresql/catalog-pg-constraint.html
+share/doc/html/postgresql/catalog-pg-conversion.html
share/doc/html/postgresql/catalog-pg-database.html
+share/doc/html/postgresql/catalog-pg-depend.html
share/doc/html/postgresql/catalog-pg-description.html
share/doc/html/postgresql/catalog-pg-group.html
share/doc/html/postgresql/catalog-pg-index.html
@@ -46,9 +55,10 @@ share/doc/html/postgresql/catalog-pg-inherits.html
share/doc/html/postgresql/catalog-pg-language.html
share/doc/html/postgresql/catalog-pg-largeobject.html
share/doc/html/postgresql/catalog-pg-listener.html
+share/doc/html/postgresql/catalog-pg-namespace.html
+share/doc/html/postgresql/catalog-pg-opclass.html
share/doc/html/postgresql/catalog-pg-operator.html
share/doc/html/postgresql/catalog-pg-proc.html
-share/doc/html/postgresql/catalog-pg-relcheck.html
share/doc/html/postgresql/catalog-pg-rewrite.html
share/doc/html/postgresql/catalog-pg-shadow.html
share/doc/html/postgresql/catalog-pg-statistic.html
@@ -74,26 +84,46 @@ share/doc/html/postgresql/datatype-datetime.html
share/doc/html/postgresql/datatype-geometric.html
share/doc/html/postgresql/datatype-money.html
share/doc/html/postgresql/datatype-net-types.html
+share/doc/html/postgresql/datatype-oid.html
+share/doc/html/postgresql/datatype-pseudo.html
share/doc/html/postgresql/datatype.html
share/doc/html/postgresql/datetime-appendix.html
-share/doc/html/postgresql/db-accessing.html
-share/doc/html/postgresql/db-destroy.html
+share/doc/html/postgresql/ddl-alter.html
+share/doc/html/postgresql/ddl-constraints.html
+share/doc/html/postgresql/ddl-depend.html
+share/doc/html/postgresql/ddl-inherit.html
+share/doc/html/postgresql/ddl-others.html
+share/doc/html/postgresql/ddl-priv.html
+share/doc/html/postgresql/ddl-schemas.html
+share/doc/html/postgresql/ddl-system-columns.html
+share/doc/html/postgresql/ddl.html
share/doc/html/postgresql/developer.html
+share/doc/html/postgresql/disk-full.html
+share/doc/html/postgresql/diskusage.html
+share/doc/html/postgresql/dml-delete.html
+share/doc/html/postgresql/dml-update.html
+share/doc/html/postgresql/dml.html
share/doc/html/postgresql/doc-build.html
share/doc/html/postgresql/doc-sources.html
+share/doc/html/postgresql/doc-style.html
share/doc/html/postgresql/doc-toolsets.html
share/doc/html/postgresql/docguide.html
-share/doc/html/postgresql/ecpg-concept.html
+share/doc/html/postgresql/ecpg-commands.html
+share/doc/html/postgresql/ecpg-connect.html
share/doc/html/postgresql/ecpg-develop.html
-share/doc/html/postgresql/ecpg-limitations.html
+share/doc/html/postgresql/ecpg-disconnect.html
+share/doc/html/postgresql/ecpg-errors.html
+share/doc/html/postgresql/ecpg-include.html
+share/doc/html/postgresql/ecpg-library.html
share/doc/html/postgresql/ecpg-porting.html
-share/doc/html/postgresql/ecpg-use.html
+share/doc/html/postgresql/ecpg-process.html
+share/doc/html/postgresql/ecpg-variables.html
share/doc/html/postgresql/ecpg.html
share/doc/html/postgresql/executor.html
share/doc/html/postgresql/explicit-joins.html
+share/doc/html/postgresql/explicit-locking.html
share/doc/html/postgresql/extend.html
-share/doc/html/postgresql/failure-disk-failed.html
-share/doc/html/postgresql/failure.html
+share/doc/html/postgresql/features.html
share/doc/html/postgresql/functions-aggregate.html
share/doc/html/postgresql/functions-binarystring.html
share/doc/html/postgresql/functions-comparison.html
@@ -126,7 +156,6 @@ share/doc/html/postgresql/indexes-partial.html
share/doc/html/postgresql/indexes-types.html
share/doc/html/postgresql/indexes-unique.html
share/doc/html/postgresql/indexes.html
-share/doc/html/postgresql/inherit.html
share/doc/html/postgresql/install-getsource.html
share/doc/html/postgresql/install-post.html
share/doc/html/postgresql/install-procedure.html
@@ -135,6 +164,7 @@ share/doc/html/postgresql/install-upgrading.html
share/doc/html/postgresql/install-win32.html
share/doc/html/postgresql/installation.html
share/doc/html/postgresql/jdbc-binary-data.html
+share/doc/html/postgresql/jdbc-datasource.html
share/doc/html/postgresql/jdbc-ddl.html
share/doc/html/postgresql/jdbc-ext.html
share/doc/html/postgresql/jdbc-query.html
@@ -144,7 +174,6 @@ share/doc/html/postgresql/jdbc-update.html
share/doc/html/postgresql/jdbc-use.html
share/doc/html/postgresql/jdbc.html
share/doc/html/postgresql/kernel-resources.html
-share/doc/html/postgresql/keys.html
share/doc/html/postgresql/largeobjects.html
share/doc/html/postgresql/libpgtcl-loading.html
share/doc/html/postgresql/libpgtcl-ref.html
@@ -157,35 +186,33 @@ share/doc/html/postgresql/libpq-envars.html
share/doc/html/postgresql/libpq-example.html
share/doc/html/postgresql/libpq-exec.html
share/doc/html/postgresql/libpq-fastpath.html
+share/doc/html/postgresql/libpq-files.html
share/doc/html/postgresql/libpq-notify.html
share/doc/html/postgresql/libpq-threading.html
share/doc/html/postgresql/libpq-trace.html
share/doc/html/postgresql/libpq.html
-share/doc/html/postgresql/libpqplusplus.html
-share/doc/html/postgresql/libpqpp-classes.html
-share/doc/html/postgresql/libpqpp-connect.html
-share/doc/html/postgresql/libpqpp-copy.html
-share/doc/html/postgresql/libpqpp-exec.html
-share/doc/html/postgresql/libpqpp-init.html
-share/doc/html/postgresql/libpqpp-notify.html
-share/doc/html/postgresql/ln13560.html
-share/doc/html/postgresql/ln19374.html
+share/doc/html/postgresql/ln17902.html
+share/doc/html/postgresql/ln24595.html
share/doc/html/postgresql/ln25.html
-share/doc/html/postgresql/ln31728.html
-share/doc/html/postgresql/ln43811.html
-share/doc/html/postgresql/ln650.html
+share/doc/html/postgresql/ln37022.html
+share/doc/html/postgresql/ln51737.html
+share/doc/html/postgresql/ln659.html
+share/doc/html/postgresql/ln8.html
share/doc/html/postgresql/lo-funcs.html
share/doc/html/postgresql/lo-implementation.html
share/doc/html/postgresql/lo-interfaces.html
share/doc/html/postgresql/lo-libpq.html
share/doc/html/postgresql/locking-indexes.html
-share/doc/html/postgresql/locking-tables.html
share/doc/html/postgresql/logfile-maintenance.html
share/doc/html/postgresql/maintenance.html
+share/doc/html/postgresql/manage-ag-alternate-locs.html
+share/doc/html/postgresql/manage-ag-config.html
+share/doc/html/postgresql/manage-ag-createdb.html
share/doc/html/postgresql/manage-ag-dropdb.html
-share/doc/html/postgresql/manage.html
+share/doc/html/postgresql/manage-ag-templatedbs.html
share/doc/html/postgresql/managing-databases.html
share/doc/html/postgresql/migration.html
+share/doc/html/postgresql/monitoring-locks.html
share/doc/html/postgresql/monitoring-stats.html
share/doc/html/postgresql/monitoring.html
share/doc/html/postgresql/multibyte.html
@@ -193,22 +220,17 @@ share/doc/html/postgresql/mvcc.html
share/doc/html/postgresql/nls-programmer.html
share/doc/html/postgresql/nls.html
share/doc/html/postgresql/notation.html
-share/doc/html/postgresql/odbc-applixware.html
-share/doc/html/postgresql/odbc-config.html
-share/doc/html/postgresql/odbc-install.html
-share/doc/html/postgresql/odbc-windows.html
-share/doc/html/postgresql/odbc.html
share/doc/html/postgresql/overview.html
share/doc/html/postgresql/page.html
share/doc/html/postgresql/parser-stage.html
share/doc/html/postgresql/performance-tips.html
share/doc/html/postgresql/perm-functions.html
share/doc/html/postgresql/pg-system-catalogs.html
-share/doc/html/postgresql/pgeasy.html
share/doc/html/postgresql/pgtcl-pgconndefaults.html
share/doc/html/postgresql/pgtcl-pgconnect.html
share/doc/html/postgresql/pgtcl-pgdisconnect.html
share/doc/html/postgresql/pgtcl-pgexec.html
+share/doc/html/postgresql/pgtcl-pgexecute.html
share/doc/html/postgresql/pgtcl-pglisten.html
share/doc/html/postgresql/pgtcl-pgloclose.html
share/doc/html/postgresql/pgtcl-pglocreat.html
@@ -220,13 +242,16 @@ share/doc/html/postgresql/pgtcl-pgloread.html
share/doc/html/postgresql/pgtcl-pglotell.html
share/doc/html/postgresql/pgtcl-pglounlink.html
share/doc/html/postgresql/pgtcl-pglowrite.html
+share/doc/html/postgresql/pgtcl-pgon-connection-loss.html
share/doc/html/postgresql/pgtcl-pgresult.html
share/doc/html/postgresql/pgtcl-pgselect.html
share/doc/html/postgresql/pgtcl.html
share/doc/html/postgresql/planner-optimizer.html
share/doc/html/postgresql/planner-stats.html
-share/doc/html/postgresql/plperl-description.html
-share/doc/html/postgresql/plperl-install.html
+share/doc/html/postgresql/plperl-data.html
+share/doc/html/postgresql/plperl-database.html
+share/doc/html/postgresql/plperl-missing.html
+share/doc/html/postgresql/plperl-trusted.html
share/doc/html/postgresql/plperl.html
share/doc/html/postgresql/plpgsql-control-structures.html
share/doc/html/postgresql/plpgsql-cursors.html
@@ -239,18 +264,19 @@ share/doc/html/postgresql/plpgsql-statements.html
share/doc/html/postgresql/plpgsql-structure.html
share/doc/html/postgresql/plpgsql-trigger.html
share/doc/html/postgresql/plpgsql.html
-share/doc/html/postgresql/plpython-install.html
-share/doc/html/postgresql/plpython-using.html
+share/doc/html/postgresql/plpython-database.html
+share/doc/html/postgresql/plpython-trigger.html
+share/doc/html/postgresql/plpython-trusted.html
share/doc/html/postgresql/plpython.html
share/doc/html/postgresql/pltcl-description.html
share/doc/html/postgresql/pltcl.html
share/doc/html/postgresql/populate.html
share/doc/html/postgresql/postmaster-shutdown.html
share/doc/html/postgresql/postmaster-start.html
-share/doc/html/postgresql/preface.html
share/doc/html/postgresql/privileges.html
share/doc/html/postgresql/programmer-client.html
share/doc/html/postgresql/programmer-pl.html
+share/doc/html/postgresql/programmer-preface.html
share/doc/html/postgresql/programmer-server.html
share/doc/html/postgresql/programmer.html
share/doc/html/postgresql/protocol-message-formats.html
@@ -259,7 +285,6 @@ share/doc/html/postgresql/protocol-protocol.html
share/doc/html/postgresql/protocol.html
share/doc/html/postgresql/pygresql-close.html
share/doc/html/postgresql/pygresql-connect.html
-share/doc/html/postgresql/pygresql-db-api.html
share/doc/html/postgresql/pygresql-db-clear.html
share/doc/html/postgresql/pygresql-db-delete.html
share/doc/html/postgresql/pygresql-db-get-attnames.html
@@ -357,13 +382,19 @@ share/doc/html/postgresql/release-7-1-1.html
share/doc/html/postgresql/release-7-1-2.html
share/doc/html/postgresql/release-7-1-3.html
share/doc/html/postgresql/release-7-1.html
+share/doc/html/postgresql/release-7-2-1.html
+share/doc/html/postgresql/release-7-2-2.html
+share/doc/html/postgresql/release-7-2-3.html
share/doc/html/postgresql/release-7-2.html
+share/doc/html/postgresql/release-7-3.html
share/doc/html/postgresql/release.html
share/doc/html/postgresql/resources.html
+share/doc/html/postgresql/routine-reindex.html
share/doc/html/postgresql/routine-vacuuming.html
share/doc/html/postgresql/rule-system.html
share/doc/html/postgresql/rules-insert.html
share/doc/html/postgresql/rules-permissions.html
+share/doc/html/postgresql/rules-status.html
share/doc/html/postgresql/rules-triggers.html
share/doc/html/postgresql/rules-views.html
share/doc/html/postgresql/rules.html
@@ -405,8 +436,10 @@ share/doc/html/postgresql/spi-spisaveplan.html
share/doc/html/postgresql/spi-visibility.html
share/doc/html/postgresql/spi.html
share/doc/html/postgresql/sql-abort.html
+share/doc/html/postgresql/sql-alterdatabase.html
share/doc/html/postgresql/sql-altergroup.html
share/doc/html/postgresql/sql-altertable.html
+share/doc/html/postgresql/sql-altertrigger.html
share/doc/html/postgresql/sql-alteruser.html
share/doc/html/postgresql/sql-analyze.html
share/doc/html/postgresql/sql-begin.html
@@ -418,14 +451,19 @@ share/doc/html/postgresql/sql-comment.html
share/doc/html/postgresql/sql-commit.html
share/doc/html/postgresql/sql-copy.html
share/doc/html/postgresql/sql-createaggregate.html
+share/doc/html/postgresql/sql-createcast.html
share/doc/html/postgresql/sql-createconstraint.html
+share/doc/html/postgresql/sql-createconversion.html
share/doc/html/postgresql/sql-createdatabase.html
+share/doc/html/postgresql/sql-createdomain.html
share/doc/html/postgresql/sql-createfunction.html
share/doc/html/postgresql/sql-creategroup.html
share/doc/html/postgresql/sql-createindex.html
share/doc/html/postgresql/sql-createlanguage.html
+share/doc/html/postgresql/sql-createopclass.html
share/doc/html/postgresql/sql-createoperator.html
share/doc/html/postgresql/sql-createrule.html
+share/doc/html/postgresql/sql-createschema.html
share/doc/html/postgresql/sql-createsequence.html
share/doc/html/postgresql/sql-createtable.html
share/doc/html/postgresql/sql-createtableas.html
@@ -433,16 +471,22 @@ share/doc/html/postgresql/sql-createtrigger.html
share/doc/html/postgresql/sql-createtype.html
share/doc/html/postgresql/sql-createuser.html
share/doc/html/postgresql/sql-createview.html
+share/doc/html/postgresql/sql-deallocate.html
share/doc/html/postgresql/sql-declare.html
share/doc/html/postgresql/sql-delete.html
share/doc/html/postgresql/sql-dropaggregate.html
+share/doc/html/postgresql/sql-dropcast.html
+share/doc/html/postgresql/sql-dropconversion.html
share/doc/html/postgresql/sql-dropdatabase.html
+share/doc/html/postgresql/sql-dropdomain.html
share/doc/html/postgresql/sql-dropfunction.html
share/doc/html/postgresql/sql-dropgroup.html
share/doc/html/postgresql/sql-dropindex.html
share/doc/html/postgresql/sql-droplanguage.html
+share/doc/html/postgresql/sql-dropopclass.html
share/doc/html/postgresql/sql-dropoperator.html
share/doc/html/postgresql/sql-droprule.html
+share/doc/html/postgresql/sql-dropschema.html
share/doc/html/postgresql/sql-dropsequence.html
share/doc/html/postgresql/sql-droptable.html
share/doc/html/postgresql/sql-droptrigger.html
@@ -450,6 +494,7 @@ share/doc/html/postgresql/sql-droptype.html
share/doc/html/postgresql/sql-dropuser.html
share/doc/html/postgresql/sql-dropview.html
share/doc/html/postgresql/sql-end.html
+share/doc/html/postgresql/sql-execute.html
share/doc/html/postgresql/sql-explain.html
share/doc/html/postgresql/sql-expressions.html
share/doc/html/postgresql/sql-fetch.html
@@ -461,7 +506,7 @@ share/doc/html/postgresql/sql-load.html
share/doc/html/postgresql/sql-lock.html
share/doc/html/postgresql/sql-move.html
share/doc/html/postgresql/sql-notify.html
-share/doc/html/postgresql/sql-precedence.html
+share/doc/html/postgresql/sql-prepare.html
share/doc/html/postgresql/sql-reindex.html
share/doc/html/postgresql/sql-reset.html
share/doc/html/postgresql/sql-revoke.html
@@ -473,7 +518,7 @@ share/doc/html/postgresql/sql-set-session-authorization.html
share/doc/html/postgresql/sql-set-transaction.html
share/doc/html/postgresql/sql-set.html
share/doc/html/postgresql/sql-show.html
-share/doc/html/postgresql/sql-syntax-columns.html
+share/doc/html/postgresql/sql-start-transaction.html
share/doc/html/postgresql/sql-syntax.html
share/doc/html/postgresql/sql-truncate.html
share/doc/html/postgresql/sql-unlisten.html
@@ -481,10 +526,8 @@ share/doc/html/postgresql/sql-update.html
share/doc/html/postgresql/sql-vacuum.html
share/doc/html/postgresql/ssh-tunnels.html
share/doc/html/postgresql/ssl-tcp.html
-share/doc/html/postgresql/storage.html
share/doc/html/postgresql/stylesheet.css
share/doc/html/postgresql/supported-platforms.html
-share/doc/html/postgresql/timezones.html
share/doc/html/postgresql/transaction-iso.html
share/doc/html/postgresql/trigger-datachanges.html
share/doc/html/postgresql/trigger-examples.html
@@ -502,6 +545,7 @@ share/doc/html/postgresql/tutorial-fk.html
share/doc/html/postgresql/tutorial-inheritance.html
share/doc/html/postgresql/tutorial-join.html
share/doc/html/postgresql/tutorial-populate.html
+share/doc/html/postgresql/tutorial-preface.html
share/doc/html/postgresql/tutorial-select.html
share/doc/html/postgresql/tutorial-sql.html
share/doc/html/postgresql/tutorial-start.html
@@ -509,23 +553,25 @@ share/doc/html/postgresql/tutorial-table.html
share/doc/html/postgresql/tutorial-transactions.html
share/doc/html/postgresql/tutorial-update.html
share/doc/html/postgresql/tutorial-views.html
-share/doc/html/postgresql/tutorial-welcome.html
share/doc/html/postgresql/tutorial.html
share/doc/html/postgresql/type-system.html
share/doc/html/postgresql/typeconv-func.html
share/doc/html/postgresql/typeconv-oper.html
-share/doc/html/postgresql/typeconv-overview.html
share/doc/html/postgresql/typeconv-query.html
share/doc/html/postgresql/typeconv-union-case.html
share/doc/html/postgresql/typeconv.html
share/doc/html/postgresql/units-history.html
+share/doc/html/postgresql/unsupported-features-sql99.html
+share/doc/html/postgresql/user-attributes.html
share/doc/html/postgresql/user-manag.html
+share/doc/html/postgresql/user-preface-thisbook.html
+share/doc/html/postgresql/user-preface.html
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/xact-read-committed.html
-share/doc/html/postgresql/xact-serializable.html
+share/doc/html/postgresql/x11875.html
+share/doc/html/postgresql/x1779.html
share/doc/html/postgresql/xaggr.html
share/doc/html/postgresql/xfunc-c.html
share/doc/html/postgresql/xfunc-internal.html
@@ -533,8 +579,10 @@ share/doc/html/postgresql/xfunc-overload.html
share/doc/html/postgresql/xfunc-pl.html
share/doc/html/postgresql/xfunc-plhandler.html
share/doc/html/postgresql/xfunc-sql.html
+share/doc/html/postgresql/xfunc-tablefunctions.html
share/doc/html/postgresql/xfunc.html
share/doc/html/postgresql/xindex-am.html
+share/doc/html/postgresql/xindex-opclass-features.html
share/doc/html/postgresql/xindex-opclass.html
share/doc/html/postgresql/xindex-operators.html
share/doc/html/postgresql/xindex-strategies.html
@@ -546,7 +594,6 @@ share/doc/html/postgresql/xoper.html
share/doc/html/postgresql/xplang-install.html
share/doc/html/postgresql/xplang.html
share/doc/html/postgresql/xtypes.html
-share/doc/html/postgresql/y2k.html
share/doc/postgresql/FAQ
share/doc/postgresql/FAQ_AIX
share/doc/postgresql/FAQ_DEV
@@ -558,6 +605,7 @@ share/doc/postgresql/FAQ_SCO
share/doc/postgresql/FAQ_Solaris
share/doc/postgresql/FAQ_german
share/doc/postgresql/FAQ_japanese
+share/doc/postgresql/FAQ_polish
share/doc/postgresql/FAQ_russian
share/doc/postgresql/KNOWN_BUGS
share/doc/postgresql/MISSING_FEATURES