summaryrefslogtreecommitdiff
path: root/databases/postgresql74-docs
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-06-27 16:38:32 +0000
committerrecht <recht@pkgsrc.org>2004-06-27 16:38:32 +0000
commitf1025f17824b3e31d8c7fca881cf7bf5179f28ae (patch)
tree3b660851ba6a3e9869efd980034c064ce64d5583 /databases/postgresql74-docs
parentff90178f9376117684d93aacf035388035a43101 (diff)
downloadpkgsrc-f1025f17824b3e31d8c7fca881cf7bf5179f28ae.tar.gz
update to 7.4.3
changes: * Fix temporary memory leak when using non-hashed aggregates (Tom) * ECPG fixes, including some for Informix compatibility (Michael) * Fixes for compiling with thread-safety, particularly Solaris (Bruce) * Fix error in COPY IN termination when using the old network protocol (ljb) * Several important fixes in pg_autovacuum (Matthew T. O'Connor) * Fix problem with reading tar-format dumps on NetBSD and BSD/OS (Bruce) * Several JDBC fixes * Fix ALTER SEQUENCE RESTART where last_value equals the restart value (Tom) * Repair failure to recalculate nested sub-selects (Tom) * Fix problems with non-constant expressions in LIMIT/OFFSET * Support FULL JOIN with no join clause, such as X FULL JOIN Y ON TRUE (Tom) * Fix another zero-column table bug (Tom) * Improve handling of non-qualified identifiers in GROUP BY clauses in sub-selects (Tom) * Do not generate "NATURAL CROSS JOIN" when decompiling rules (Tom) * Add checks for invalid field length in binary COPY (Tom) * Avoid locking conflict between ANALYZE and LISTEN/NOTIFY * Numerous translation updates (various contributors)
Diffstat (limited to 'databases/postgresql74-docs')
-rw-r--r--databases/postgresql74-docs/Makefile6
-rw-r--r--databases/postgresql74-docs/PLIST1207
2 files changed, 606 insertions, 607 deletions
diff --git a/databases/postgresql74-docs/Makefile b/databases/postgresql74-docs/Makefile
index 854c769653f..87d455f228c 100644
--- a/databases/postgresql74-docs/Makefile
+++ b/databases/postgresql74-docs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/04/19 22:39:55 recht Exp $
+# $NetBSD: Makefile,v 1.3 2004/06/27 16:38:32 recht Exp $
PKGNAME= postgresql-docs-${BASE_VERS}
SVR4_PKGNAME= pstgd
@@ -12,7 +12,6 @@ NO_CONFIGURE= yes
#BUILD_DIRS= ${WRKSRC}/doc
DOCDIR= ${PREFIX}/share/doc/postgresql
-HTMLDIR= ${PREFIX}/share/doc/html/postgresql
# The manpage documentation is installed with the relevant packages.
#pre-build:
@@ -21,7 +20,6 @@ HTMLDIR= ${PREFIX}/share/doc/html/postgresql
do-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA_DIR} ${DOCDIR}/TODO.detail
- ${INSTALL_DATA_DIR} ${HTMLDIR}
cd ${WRKSRC}/doc; for file in \
FAQ* KNOWN_BUGS MISSING_FEATURES README.* TODO \
bug.template; \
@@ -30,6 +28,6 @@ do-install:
done
cd ${WRKSRC}/doc/TODO.detail && \
${PAX} -rwppm . ${DOCDIR}/TODO.detail
- ${TAR} -zxm -C ${HTMLDIR} -f ${WRKSRC}/doc/postgres.tar.gz
+ ${TAR} -zxm -C ${DOCDIR} -f ${WRKSRC}/doc/postgres.tar.gz
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/postgresql74-docs/PLIST b/databases/postgresql74-docs/PLIST
index 8b28e925216..224897a6fab 100644
--- a/databases/postgresql74-docs/PLIST
+++ b/databases/postgresql74-docs/PLIST
@@ -1,604 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/04/19 22:39:55 recht Exp $
-share/doc/html/postgresql/LEGALNOTICE.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
-share/doc/html/postgresql/app-dropdb.html
-share/doc/html/postgresql/app-droplang.html
-share/doc/html/postgresql/app-dropuser.html
-share/doc/html/postgresql/app-ecpg.html
-share/doc/html/postgresql/app-initdb.html
-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-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
-share/doc/html/postgresql/app-postgres.html
-share/doc/html/postgresql/app-postmaster.html
-share/doc/html/postgresql/app-psql.html
-share/doc/html/postgresql/app-vacuumdb.html
-share/doc/html/postgresql/appendixes.html
-share/doc/html/postgresql/applevel-consistency.html
-share/doc/html/postgresql/arrays.html
-share/doc/html/postgresql/auth-methods.html
-share/doc/html/postgresql/backup-file.html
-share/doc/html/postgresql/backup.html
-share/doc/html/postgresql/biblio.html
-share/doc/html/postgresql/bki-commands.html
-share/doc/html/postgresql/bki-example.html
-share/doc/html/postgresql/bki.html
-share/doc/html/postgresql/bookindex.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
-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-rewrite.html
-share/doc/html/postgresql/catalog-pg-shadow.html
-share/doc/html/postgresql/catalog-pg-statistic.html
-share/doc/html/postgresql/catalog-pg-trigger.html
-share/doc/html/postgresql/catalog-pg-type.html
-share/doc/html/postgresql/catalogs.html
-share/doc/html/postgresql/charset.html
-share/doc/html/postgresql/client-authentication-problems.html
-share/doc/html/postgresql/client-authentication.html
-share/doc/html/postgresql/client-interfaces.html
-share/doc/html/postgresql/connect-estab.html
-share/doc/html/postgresql/creating-cluster.html
-share/doc/html/postgresql/cvs-tree.html
-share/doc/html/postgresql/cvs.html
-share/doc/html/postgresql/cvsup.html
-share/doc/html/postgresql/datatype-binary.html
-share/doc/html/postgresql/datatype-bit.html
-share/doc/html/postgresql/datatype-boolean.html
-share/doc/html/postgresql/datatype-character.html
-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/datetime-keywords.html
-share/doc/html/postgresql/datetime-units-history.html
-share/doc/html/postgresql/ddl-alter.html
-share/doc/html/postgresql/ddl-constraints.html
-share/doc/html/postgresql/ddl-default.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/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/docguide-authoring.html
-share/doc/html/postgresql/docguide-build.html
-share/doc/html/postgresql/docguide-style.html
-share/doc/html/postgresql/docguide-toolsets.html
-share/doc/html/postgresql/docguide.html
-share/doc/html/postgresql/ecpg-commands.html
-share/doc/html/postgresql/ecpg-connect.html
-share/doc/html/postgresql/ecpg-descriptors.html
-share/doc/html/postgresql/ecpg-develop.html
-share/doc/html/postgresql/ecpg-disconnect.html
-share/doc/html/postgresql/ecpg-dynamic.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-process.html
-share/doc/html/postgresql/ecpg-set-connection.html
-share/doc/html/postgresql/ecpg-variables.html
-share/doc/html/postgresql/ecpg.html
-share/doc/html/postgresql/errcodes-appendix.html
-share/doc/html/postgresql/error-message-reporting.html
-share/doc/html/postgresql/error-style-guide.html
-share/doc/html/postgresql/examples.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-type-system.html
-share/doc/html/postgresql/extend.html
-share/doc/html/postgresql/extensibility.html
-share/doc/html/postgresql/features.html
-share/doc/html/postgresql/functions-aggregate.html
-share/doc/html/postgresql/functions-array.html
-share/doc/html/postgresql/functions-binarystring.html
-share/doc/html/postgresql/functions-comparison.html
-share/doc/html/postgresql/functions-comparisons.html
-share/doc/html/postgresql/functions-conditional.html
-share/doc/html/postgresql/functions-datetime.html
-share/doc/html/postgresql/functions-formatting.html
-share/doc/html/postgresql/functions-geometry.html
-share/doc/html/postgresql/functions-matching.html
-share/doc/html/postgresql/functions-math.html
-share/doc/html/postgresql/functions-misc.html
-share/doc/html/postgresql/functions-net.html
-share/doc/html/postgresql/functions-sequence.html
-share/doc/html/postgresql/functions-string.html
-share/doc/html/postgresql/functions-subquery.html
-share/doc/html/postgresql/functions.html
-share/doc/html/postgresql/geqo-biblio.html
-share/doc/html/postgresql/geqo-intro2.html
-share/doc/html/postgresql/geqo-pg-intro.html
-share/doc/html/postgresql/geqo.html
-share/doc/html/postgresql/gist.html
-share/doc/html/postgresql/groups.html
-share/doc/html/postgresql/history.html
-share/doc/html/postgresql/implementation.html
-share/doc/html/postgresql/index.html
-share/doc/html/postgresql/indexcost.html
-share/doc/html/postgresql/indexes-examine.html
-share/doc/html/postgresql/indexes-expressional.html
-share/doc/html/postgresql/indexes-multicolumn.html
-share/doc/html/postgresql/indexes-opclass.html
-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/information-schema.html
-share/doc/html/postgresql/infoschema-applicable-roles.html
-share/doc/html/postgresql/infoschema-check-constraints.html
-share/doc/html/postgresql/infoschema-column-domain-usage.html
-share/doc/html/postgresql/infoschema-column-privileges.html
-share/doc/html/postgresql/infoschema-column-udt-usage.html
-share/doc/html/postgresql/infoschema-columns.html
-share/doc/html/postgresql/infoschema-constraint-column-usage.html
-share/doc/html/postgresql/infoschema-constraint-table-usage.html
-share/doc/html/postgresql/infoschema-data-type-privileges.html
-share/doc/html/postgresql/infoschema-datatypes.html
-share/doc/html/postgresql/infoschema-domain-constraints.html
-share/doc/html/postgresql/infoschema-domain-udt-usage.html
-share/doc/html/postgresql/infoschema-domains.html
-share/doc/html/postgresql/infoschema-element-types.html
-share/doc/html/postgresql/infoschema-enabled-roles.html
-share/doc/html/postgresql/infoschema-information-schema-catalog-name.html
-share/doc/html/postgresql/infoschema-key-column-usage.html
-share/doc/html/postgresql/infoschema-parameters.html
-share/doc/html/postgresql/infoschema-referential-constraints.html
-share/doc/html/postgresql/infoschema-role-column-grants.html
-share/doc/html/postgresql/infoschema-role-routine-grants.html
-share/doc/html/postgresql/infoschema-role-table-grants.html
-share/doc/html/postgresql/infoschema-role-usage-grants.html
-share/doc/html/postgresql/infoschema-routine-privileges.html
-share/doc/html/postgresql/infoschema-routines.html
-share/doc/html/postgresql/infoschema-schemata.html
-share/doc/html/postgresql/infoschema-sql-features.html
-share/doc/html/postgresql/infoschema-sql-implementation-info.html
-share/doc/html/postgresql/infoschema-sql-languages.html
-share/doc/html/postgresql/infoschema-sql-packages.html
-share/doc/html/postgresql/infoschema-sql-sizing-profiles.html
-share/doc/html/postgresql/infoschema-sql-sizing.html
-share/doc/html/postgresql/infoschema-table-constraints.html
-share/doc/html/postgresql/infoschema-table-privileges.html
-share/doc/html/postgresql/infoschema-tables.html
-share/doc/html/postgresql/infoschema-triggers.html
-share/doc/html/postgresql/infoschema-usage-privileges.html
-share/doc/html/postgresql/infoschema-view-column-usage.html
-share/doc/html/postgresql/infoschema-view-table-usage.html
-share/doc/html/postgresql/infoschema-views.html
-share/doc/html/postgresql/install-getsource.html
-share/doc/html/postgresql/install-post.html
-share/doc/html/postgresql/install-procedure.html
-share/doc/html/postgresql/install-requirements.html
-share/doc/html/postgresql/install-upgrading.html
-share/doc/html/postgresql/install-win32.html
-share/doc/html/postgresql/installation.html
-share/doc/html/postgresql/internals.html
-share/doc/html/postgresql/jdbc-binary-data.html
-share/doc/html/postgresql/jdbc-callproc.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
-share/doc/html/postgresql/jdbc-reading.html
-share/doc/html/postgresql/jdbc-thread.html
-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/largeobjects.html
-share/doc/html/postgresql/libpgtcl-loading.html
-share/doc/html/postgresql/libpgtcl-ref.html
-share/doc/html/postgresql/libpq-async.html
-share/doc/html/postgresql/libpq-build.html
-share/doc/html/postgresql/libpq-control.html
-share/doc/html/postgresql/libpq-copy.html
-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-notice-processing.html
-share/doc/html/postgresql/libpq-notify.html
-share/doc/html/postgresql/libpq-pgpass.html
-share/doc/html/postgresql/libpq-status.html
-share/doc/html/postgresql/libpq-threading.html
-share/doc/html/postgresql/libpq.html
-share/doc/html/postgresql/limitations.html
-share/doc/html/postgresql/lo-examplesect.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/locking-indexes.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-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
-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/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/pgtcl-examplesect.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
-share/doc/html/postgresql/pgtcl-pgloexport.html
-share/doc/html/postgresql/pgtcl-pgloimport.html
-share/doc/html/postgresql/pgtcl-pglolseek.html
-share/doc/html/postgresql/pgtcl-pgloopen.html
-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/plhandler.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
-share/doc/html/postgresql/plpgsql-declarations.html
-share/doc/html/postgresql/plpgsql-development-tips.html
-share/doc/html/postgresql/plpgsql-errors-and-messages.html
-share/doc/html/postgresql/plpgsql-expressions.html
-share/doc/html/postgresql/plpgsql-porting.html
-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-database.html
-share/doc/html/postgresql/plpython-trigger.html
-share/doc/html/postgresql/plpython.html
-share/doc/html/postgresql/pltcl-data.html
-share/doc/html/postgresql/pltcl-dbaccess.html
-share/doc/html/postgresql/pltcl-functions.html
-share/doc/html/postgresql/pltcl-global.html
-share/doc/html/postgresql/pltcl-procnames.html
-share/doc/html/postgresql/pltcl-trigger.html
-share/doc/html/postgresql/pltcl-unknown.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/protocol-changes.html
-share/doc/html/postgresql/protocol-error-fields.html
-share/doc/html/postgresql/protocol-flow.html
-share/doc/html/postgresql/protocol-message-formats.html
-share/doc/html/postgresql/protocol-message-types.html
-share/doc/html/postgresql/protocol.html
-share/doc/html/postgresql/queries-limit.html
-share/doc/html/postgresql/queries-order.html
-share/doc/html/postgresql/queries-select-lists.html
-share/doc/html/postgresql/queries-table-expressions.html
-share/doc/html/postgresql/queries-union.html
-share/doc/html/postgresql/queries.html
-share/doc/html/postgresql/reference-client.html
-share/doc/html/postgresql/reference-server.html
-share/doc/html/postgresql/reference.html
-share/doc/html/postgresql/regress-evaluation.html
-share/doc/html/postgresql/regress-platform.html
-share/doc/html/postgresql/regress.html
-share/doc/html/postgresql/release-0-01.html
-share/doc/html/postgresql/release-0-02.html
-share/doc/html/postgresql/release-0-03.html
-share/doc/html/postgresql/release-1-0.html
-share/doc/html/postgresql/release-1-01.html
-share/doc/html/postgresql/release-1-02.html
-share/doc/html/postgresql/release-1-09.html
-share/doc/html/postgresql/release-6-0.html
-share/doc/html/postgresql/release-6-1-1.html
-share/doc/html/postgresql/release-6-1.html
-share/doc/html/postgresql/release-6-2-1.html
-share/doc/html/postgresql/release-6-2.html
-share/doc/html/postgresql/release-6-3-1.html
-share/doc/html/postgresql/release-6-3-2.html
-share/doc/html/postgresql/release-6-3.html
-share/doc/html/postgresql/release-6-4-1.html
-share/doc/html/postgresql/release-6-4-2.html
-share/doc/html/postgresql/release-6-4.html
-share/doc/html/postgresql/release-6-5-1.html
-share/doc/html/postgresql/release-6-5-2.html
-share/doc/html/postgresql/release-6-5-3.html
-share/doc/html/postgresql/release-6-5.html
-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-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-4.html
-share/doc/html/postgresql/release-7-2.html
-share/doc/html/postgresql/release-7-3-1.html
-share/doc/html/postgresql/release-7-3-2.html
-share/doc/html/postgresql/release-7-3-3.html
-share/doc/html/postgresql/release-7-3-4.html
-share/doc/html/postgresql/release-7-3-5.html
-share/doc/html/postgresql/release-7-3-6.html
-share/doc/html/postgresql/release-7-3.html
-share/doc/html/postgresql/release-7-4-1.html
-share/doc/html/postgresql/release-7-4.html
-share/doc/html/postgresql/release.html
-share/doc/html/postgresql/resources.html
-share/doc/html/postgresql/routine-reindex.html
-share/doc/html/postgresql/rule-system.html
-share/doc/html/postgresql/rules-privileges.html
-share/doc/html/postgresql/rules-status.html
-share/doc/html/postgresql/rules-triggers.html
-share/doc/html/postgresql/rules-update.html
-share/doc/html/postgresql/rules-views.html
-share/doc/html/postgresql/rules.html
-share/doc/html/postgresql/runtime-config.html
-share/doc/html/postgresql/runtime.html
-share/doc/html/postgresql/server-programming.html
-share/doc/html/postgresql/source.html
-share/doc/html/postgresql/spi-examples.html
-share/doc/html/postgresql/spi-interface-support.html
-share/doc/html/postgresql/spi-memory.html
-share/doc/html/postgresql/spi-realloc.html
-share/doc/html/postgresql/spi-spi-connect.html
-share/doc/html/postgresql/spi-spi-copytuple.html
-share/doc/html/postgresql/spi-spi-copytupledesc.html
-share/doc/html/postgresql/spi-spi-copytupleintoslot.html
-share/doc/html/postgresql/spi-spi-cursor-close.html
-share/doc/html/postgresql/spi-spi-cursor-fetch.html
-share/doc/html/postgresql/spi-spi-cursor-find.html
-share/doc/html/postgresql/spi-spi-cursor-move.html
-share/doc/html/postgresql/spi-spi-cursor-open.html
-share/doc/html/postgresql/spi-spi-exec.html
-share/doc/html/postgresql/spi-spi-execp.html
-share/doc/html/postgresql/spi-spi-finish.html
-share/doc/html/postgresql/spi-spi-fname.html
-share/doc/html/postgresql/spi-spi-fnumber.html
-share/doc/html/postgresql/spi-spi-freeplan.html
-share/doc/html/postgresql/spi-spi-freetuple.html
-share/doc/html/postgresql/spi-spi-freetupletable.html
-share/doc/html/postgresql/spi-spi-getbinval.html
-share/doc/html/postgresql/spi-spi-getrelname.html
-share/doc/html/postgresql/spi-spi-gettype.html
-share/doc/html/postgresql/spi-spi-gettypeid.html
-share/doc/html/postgresql/spi-spi-getvalue.html
-share/doc/html/postgresql/spi-spi-modifytuple.html
-share/doc/html/postgresql/spi-spi-palloc.html
-share/doc/html/postgresql/spi-spi-pfree.html
-share/doc/html/postgresql/spi-spi-prepare.html
-share/doc/html/postgresql/spi-spi-saveplan.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-alteraggregate.html
-share/doc/html/postgresql/sql-alterconversion.html
-share/doc/html/postgresql/sql-alterdatabase.html
-share/doc/html/postgresql/sql-alterdomain.html
-share/doc/html/postgresql/sql-alterfunction.html
-share/doc/html/postgresql/sql-altergroup.html
-share/doc/html/postgresql/sql-alterlanguage.html
-share/doc/html/postgresql/sql-alteropclass.html
-share/doc/html/postgresql/sql-alterschema.html
-share/doc/html/postgresql/sql-altersequence.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
-share/doc/html/postgresql/sql-checkpoint.html
-share/doc/html/postgresql/sql-close.html
-share/doc/html/postgresql/sql-cluster.html
-share/doc/html/postgresql/sql-commands.html
-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
-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
-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
-share/doc/html/postgresql/sql-grant.html
-share/doc/html/postgresql/sql-insert.html
-share/doc/html/postgresql/sql-keywords-appendix.html
-share/doc/html/postgresql/sql-listen.html
-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-prepare.html
-share/doc/html/postgresql/sql-reindex.html
-share/doc/html/postgresql/sql-reset.html
-share/doc/html/postgresql/sql-revoke.html
-share/doc/html/postgresql/sql-rollback.html
-share/doc/html/postgresql/sql-select.html
-share/doc/html/postgresql/sql-selectinto.html
-share/doc/html/postgresql/sql-set-constraints.html
-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-start-transaction.html
-share/doc/html/postgresql/sql-syntax.html
-share/doc/html/postgresql/sql-truncate.html
-share/doc/html/postgresql/sql-unlisten.html
-share/doc/html/postgresql/sql-update.html
-share/doc/html/postgresql/sql-vacuum.html
-share/doc/html/postgresql/sql.html
-share/doc/html/postgresql/ssh-tunnels.html
-share/doc/html/postgresql/ssl-tcp.html
-share/doc/html/postgresql/stylesheet.css
-share/doc/html/postgresql/supported-platforms.html
-share/doc/html/postgresql/transaction-iso.html
-share/doc/html/postgresql/trigger-datachanges.html
-share/doc/html/postgresql/trigger-example.html
-share/doc/html/postgresql/trigger-interface.html
-share/doc/html/postgresql/triggers.html
-share/doc/html/postgresql/tutorial-accessdb.html
-share/doc/html/postgresql/tutorial-advanced.html
-share/doc/html/postgresql/tutorial-agg.html
-share/doc/html/postgresql/tutorial-arch.html
-share/doc/html/postgresql/tutorial-concepts.html
-share/doc/html/postgresql/tutorial-conclusion.html
-share/doc/html/postgresql/tutorial-createdb.html
-share/doc/html/postgresql/tutorial-delete.html
-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-select.html
-share/doc/html/postgresql/tutorial-sql.html
-share/doc/html/postgresql/tutorial-start.html
-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.html
-share/doc/html/postgresql/typeconv-func.html
-share/doc/html/postgresql/typeconv-oper.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/unsupported-features-sql99.html
-share/doc/html/postgresql/user-attributes.html
-share/doc/html/postgresql/user-manag.html
-share/doc/html/postgresql/view-pg-indexes.html
-share/doc/html/postgresql/view-pg-locks.html
-share/doc/html/postgresql/view-pg-rules.html
-share/doc/html/postgresql/view-pg-settings.html
-share/doc/html/postgresql/view-pg-stats.html
-share/doc/html/postgresql/view-pg-tables.html
-share/doc/html/postgresql/view-pg-user.html
-share/doc/html/postgresql/view-pg-views.html
-share/doc/html/postgresql/views-overview.html
-share/doc/html/postgresql/wal-benefits-later.html
-share/doc/html/postgresql/wal-configuration.html
-share/doc/html/postgresql/wal-internals.html
-share/doc/html/postgresql/wal.html
-share/doc/html/postgresql/xaggr.html
-share/doc/html/postgresql/xfunc-c.html
-share/doc/html/postgresql/xfunc-internal.html
-share/doc/html/postgresql/xfunc-overload.html
-share/doc/html/postgresql/xfunc-pl.html
-share/doc/html/postgresql/xfunc-sql.html
-share/doc/html/postgresql/xfunc.html
-share/doc/html/postgresql/xindex.html
-share/doc/html/postgresql/xoper-optimization.html
-share/doc/html/postgresql/xoper.html
-share/doc/html/postgresql/xplang.html
-share/doc/html/postgresql/xtypes.html
+@comment $NetBSD: PLIST,v 1.3 2004/06/27 16:38:32 recht Exp $
share/doc/postgresql/FAQ
share/doc/postgresql/FAQ_AIX
share/doc/postgresql/FAQ_DEV
@@ -608,6 +8,7 @@ share/doc/postgresql/FAQ_MSWIN
share/doc/postgresql/FAQ_QNX4
share/doc/postgresql/FAQ_SCO
share/doc/postgresql/FAQ_Solaris
+share/doc/postgresql/FAQ_brazilian
share/doc/postgresql/FAQ_czech
share/doc/postgresql/FAQ_german
share/doc/postgresql/FAQ_hungarian
@@ -616,6 +17,7 @@ share/doc/postgresql/FAQ_polish
share/doc/postgresql/FAQ_russian
share/doc/postgresql/FAQ_turkish
share/doc/postgresql/KNOWN_BUGS
+share/doc/postgresql/LEGALNOTICE.html
share/doc/postgresql/MISSING_FEATURES
share/doc/postgresql/README.mb.big5
share/doc/postgresql/README.mb.jp
@@ -647,7 +49,606 @@ share/doc/postgresql/TODO.detail/view
share/doc/postgresql/TODO.detail/wal
share/doc/postgresql/TODO.detail/win32
share/doc/postgresql/TODO.detail/yacc
+share/doc/postgresql/admin.html
+share/doc/postgresql/app-clusterdb.html
+share/doc/postgresql/app-createdb.html
+share/doc/postgresql/app-createlang.html
+share/doc/postgresql/app-createuser.html
+share/doc/postgresql/app-dropdb.html
+share/doc/postgresql/app-droplang.html
+share/doc/postgresql/app-dropuser.html
+share/doc/postgresql/app-ecpg.html
+share/doc/postgresql/app-initdb.html
+share/doc/postgresql/app-initlocation.html
+share/doc/postgresql/app-ipcclean.html
+share/doc/postgresql/app-pg-ctl.html
+share/doc/postgresql/app-pg-dumpall.html
+share/doc/postgresql/app-pgconfig.html
+share/doc/postgresql/app-pgcontroldata.html
+share/doc/postgresql/app-pgdump.html
+share/doc/postgresql/app-pgresetxlog.html
+share/doc/postgresql/app-pgrestore.html
+share/doc/postgresql/app-pgtclsh.html
+share/doc/postgresql/app-pgtksh.html
+share/doc/postgresql/app-postgres.html
+share/doc/postgresql/app-postmaster.html
+share/doc/postgresql/app-psql.html
+share/doc/postgresql/app-vacuumdb.html
+share/doc/postgresql/appendixes.html
+share/doc/postgresql/applevel-consistency.html
+share/doc/postgresql/arrays.html
+share/doc/postgresql/auth-methods.html
+share/doc/postgresql/backup-file.html
+share/doc/postgresql/backup.html
+share/doc/postgresql/biblio.html
+share/doc/postgresql/bki-commands.html
+share/doc/postgresql/bki-example.html
+share/doc/postgresql/bki.html
+share/doc/postgresql/bookindex.html
+share/doc/postgresql/bug-reporting.html
share/doc/postgresql/bug.template
+share/doc/postgresql/catalog-pg-aggregate.html
+share/doc/postgresql/catalog-pg-am.html
+share/doc/postgresql/catalog-pg-amop.html
+share/doc/postgresql/catalog-pg-amproc.html
+share/doc/postgresql/catalog-pg-attrdef.html
+share/doc/postgresql/catalog-pg-attribute.html
+share/doc/postgresql/catalog-pg-cast.html
+share/doc/postgresql/catalog-pg-class.html
+share/doc/postgresql/catalog-pg-constraint.html
+share/doc/postgresql/catalog-pg-conversion.html
+share/doc/postgresql/catalog-pg-database.html
+share/doc/postgresql/catalog-pg-depend.html
+share/doc/postgresql/catalog-pg-description.html
+share/doc/postgresql/catalog-pg-group.html
+share/doc/postgresql/catalog-pg-index.html
+share/doc/postgresql/catalog-pg-inherits.html
+share/doc/postgresql/catalog-pg-language.html
+share/doc/postgresql/catalog-pg-largeobject.html
+share/doc/postgresql/catalog-pg-listener.html
+share/doc/postgresql/catalog-pg-namespace.html
+share/doc/postgresql/catalog-pg-opclass.html
+share/doc/postgresql/catalog-pg-operator.html
+share/doc/postgresql/catalog-pg-proc.html
+share/doc/postgresql/catalog-pg-rewrite.html
+share/doc/postgresql/catalog-pg-shadow.html
+share/doc/postgresql/catalog-pg-statistic.html
+share/doc/postgresql/catalog-pg-trigger.html
+share/doc/postgresql/catalog-pg-type.html
+share/doc/postgresql/catalogs.html
+share/doc/postgresql/charset.html
+share/doc/postgresql/client-authentication-problems.html
+share/doc/postgresql/client-authentication.html
+share/doc/postgresql/client-interfaces.html
+share/doc/postgresql/connect-estab.html
+share/doc/postgresql/creating-cluster.html
+share/doc/postgresql/cvs-tree.html
+share/doc/postgresql/cvs.html
+share/doc/postgresql/cvsup.html
+share/doc/postgresql/datatype-binary.html
+share/doc/postgresql/datatype-bit.html
+share/doc/postgresql/datatype-boolean.html
+share/doc/postgresql/datatype-character.html
+share/doc/postgresql/datatype-datetime.html
+share/doc/postgresql/datatype-geometric.html
+share/doc/postgresql/datatype-money.html
+share/doc/postgresql/datatype-net-types.html
+share/doc/postgresql/datatype-oid.html
+share/doc/postgresql/datatype-pseudo.html
+share/doc/postgresql/datatype.html
+share/doc/postgresql/datetime-appendix.html
+share/doc/postgresql/datetime-keywords.html
+share/doc/postgresql/datetime-units-history.html
+share/doc/postgresql/ddl-alter.html
+share/doc/postgresql/ddl-constraints.html
+share/doc/postgresql/ddl-default.html
+share/doc/postgresql/ddl-depend.html
+share/doc/postgresql/ddl-inherit.html
+share/doc/postgresql/ddl-others.html
+share/doc/postgresql/ddl-priv.html
+share/doc/postgresql/ddl-schemas.html
+share/doc/postgresql/ddl-system-columns.html
+share/doc/postgresql/ddl.html
+share/doc/postgresql/disk-full.html
+share/doc/postgresql/diskusage.html
+share/doc/postgresql/dml-delete.html
+share/doc/postgresql/dml-update.html
+share/doc/postgresql/dml.html
+share/doc/postgresql/docguide-authoring.html
+share/doc/postgresql/docguide-build.html
+share/doc/postgresql/docguide-style.html
+share/doc/postgresql/docguide-toolsets.html
+share/doc/postgresql/docguide.html
+share/doc/postgresql/ecpg-commands.html
+share/doc/postgresql/ecpg-connect.html
+share/doc/postgresql/ecpg-descriptors.html
+share/doc/postgresql/ecpg-develop.html
+share/doc/postgresql/ecpg-disconnect.html
+share/doc/postgresql/ecpg-dynamic.html
+share/doc/postgresql/ecpg-errors.html
+share/doc/postgresql/ecpg-include.html
+share/doc/postgresql/ecpg-library.html
+share/doc/postgresql/ecpg-process.html
+share/doc/postgresql/ecpg-set-connection.html
+share/doc/postgresql/ecpg-variables.html
+share/doc/postgresql/ecpg.html
+share/doc/postgresql/errcodes-appendix.html
+share/doc/postgresql/error-message-reporting.html
+share/doc/postgresql/error-style-guide.html
+share/doc/postgresql/examples.html
+share/doc/postgresql/executor.html
+share/doc/postgresql/explicit-joins.html
+share/doc/postgresql/explicit-locking.html
+share/doc/postgresql/extend-type-system.html
+share/doc/postgresql/extend.html
+share/doc/postgresql/extensibility.html
+share/doc/postgresql/features.html
+share/doc/postgresql/functions-aggregate.html
+share/doc/postgresql/functions-array.html
+share/doc/postgresql/functions-binarystring.html
+share/doc/postgresql/functions-comparison.html
+share/doc/postgresql/functions-comparisons.html
+share/doc/postgresql/functions-conditional.html
+share/doc/postgresql/functions-datetime.html
+share/doc/postgresql/functions-formatting.html
+share/doc/postgresql/functions-geometry.html
+share/doc/postgresql/functions-matching.html
+share/doc/postgresql/functions-math.html
+share/doc/postgresql/functions-misc.html
+share/doc/postgresql/functions-net.html
+share/doc/postgresql/functions-sequence.html
+share/doc/postgresql/functions-string.html
+share/doc/postgresql/functions-subquery.html
+share/doc/postgresql/functions.html
+share/doc/postgresql/geqo-biblio.html
+share/doc/postgresql/geqo-intro2.html
+share/doc/postgresql/geqo-pg-intro.html
+share/doc/postgresql/geqo.html
+share/doc/postgresql/gist.html
+share/doc/postgresql/groups.html
+share/doc/postgresql/history.html
+share/doc/postgresql/implementation.html
+share/doc/postgresql/index.html
+share/doc/postgresql/indexcost.html
+share/doc/postgresql/indexes-examine.html
+share/doc/postgresql/indexes-expressional.html
+share/doc/postgresql/indexes-multicolumn.html
+share/doc/postgresql/indexes-opclass.html
+share/doc/postgresql/indexes-partial.html
+share/doc/postgresql/indexes-types.html
+share/doc/postgresql/indexes-unique.html
+share/doc/postgresql/indexes.html
+share/doc/postgresql/information-schema.html
+share/doc/postgresql/infoschema-applicable-roles.html
+share/doc/postgresql/infoschema-check-constraints.html
+share/doc/postgresql/infoschema-column-domain-usage.html
+share/doc/postgresql/infoschema-column-privileges.html
+share/doc/postgresql/infoschema-column-udt-usage.html
+share/doc/postgresql/infoschema-columns.html
+share/doc/postgresql/infoschema-constraint-column-usage.html
+share/doc/postgresql/infoschema-constraint-table-usage.html
+share/doc/postgresql/infoschema-data-type-privileges.html
+share/doc/postgresql/infoschema-datatypes.html
+share/doc/postgresql/infoschema-domain-constraints.html
+share/doc/postgresql/infoschema-domain-udt-usage.html
+share/doc/postgresql/infoschema-domains.html
+share/doc/postgresql/infoschema-element-types.html
+share/doc/postgresql/infoschema-enabled-roles.html
+share/doc/postgresql/infoschema-information-schema-catalog-name.html
+share/doc/postgresql/infoschema-key-column-usage.html
+share/doc/postgresql/infoschema-parameters.html
+share/doc/postgresql/infoschema-referential-constraints.html
+share/doc/postgresql/infoschema-role-column-grants.html
+share/doc/postgresql/infoschema-role-routine-grants.html
+share/doc/postgresql/infoschema-role-table-grants.html
+share/doc/postgresql/infoschema-role-usage-grants.html
+share/doc/postgresql/infoschema-routine-privileges.html
+share/doc/postgresql/infoschema-routines.html
+share/doc/postgresql/infoschema-schemata.html
+share/doc/postgresql/infoschema-sql-features.html
+share/doc/postgresql/infoschema-sql-implementation-info.html
+share/doc/postgresql/infoschema-sql-languages.html
+share/doc/postgresql/infoschema-sql-packages.html
+share/doc/postgresql/infoschema-sql-sizing-profiles.html
+share/doc/postgresql/infoschema-sql-sizing.html
+share/doc/postgresql/infoschema-table-constraints.html
+share/doc/postgresql/infoschema-table-privileges.html
+share/doc/postgresql/infoschema-tables.html
+share/doc/postgresql/infoschema-triggers.html
+share/doc/postgresql/infoschema-usage-privileges.html
+share/doc/postgresql/infoschema-view-column-usage.html
+share/doc/postgresql/infoschema-view-table-usage.html
+share/doc/postgresql/infoschema-views.html
+share/doc/postgresql/install-getsource.html
+share/doc/postgresql/install-post.html
+share/doc/postgresql/install-procedure.html
+share/doc/postgresql/install-requirements.html
+share/doc/postgresql/install-upgrading.html
+share/doc/postgresql/install-win32.html
+share/doc/postgresql/installation.html
+share/doc/postgresql/internals.html
+share/doc/postgresql/jdbc-binary-data.html
+share/doc/postgresql/jdbc-callproc.html
+share/doc/postgresql/jdbc-datasource.html
+share/doc/postgresql/jdbc-ddl.html
+share/doc/postgresql/jdbc-ext.html
+share/doc/postgresql/jdbc-query.html
+share/doc/postgresql/jdbc-reading.html
+share/doc/postgresql/jdbc-thread.html
+share/doc/postgresql/jdbc-update.html
+share/doc/postgresql/jdbc-use.html
+share/doc/postgresql/jdbc.html
+share/doc/postgresql/kernel-resources.html
+share/doc/postgresql/largeobjects.html
+share/doc/postgresql/libpgtcl-loading.html
+share/doc/postgresql/libpgtcl-ref.html
+share/doc/postgresql/libpq-async.html
+share/doc/postgresql/libpq-build.html
+share/doc/postgresql/libpq-control.html
+share/doc/postgresql/libpq-copy.html
+share/doc/postgresql/libpq-envars.html
+share/doc/postgresql/libpq-example.html
+share/doc/postgresql/libpq-exec.html
+share/doc/postgresql/libpq-fastpath.html
+share/doc/postgresql/libpq-notice-processing.html
+share/doc/postgresql/libpq-notify.html
+share/doc/postgresql/libpq-pgpass.html
+share/doc/postgresql/libpq-status.html
+share/doc/postgresql/libpq-threading.html
+share/doc/postgresql/libpq.html
+share/doc/postgresql/limitations.html
+share/doc/postgresql/lo-examplesect.html
+share/doc/postgresql/lo-funcs.html
+share/doc/postgresql/lo-implementation.html
+share/doc/postgresql/lo-interfaces.html
+share/doc/postgresql/locking-indexes.html
+share/doc/postgresql/logfile-maintenance.html
+share/doc/postgresql/maintenance.html
+share/doc/postgresql/manage-ag-alternate-locs.html
+share/doc/postgresql/manage-ag-config.html
+share/doc/postgresql/manage-ag-createdb.html
+share/doc/postgresql/manage-ag-dropdb.html
+share/doc/postgresql/manage-ag-templatedbs.html
+share/doc/postgresql/managing-databases.html
+share/doc/postgresql/migration.html
+share/doc/postgresql/monitoring-locks.html
+share/doc/postgresql/monitoring-stats.html
+share/doc/postgresql/monitoring.html
+share/doc/postgresql/multibyte.html
+share/doc/postgresql/mvcc.html
+share/doc/postgresql/nls-programmer.html
+share/doc/postgresql/nls.html
+share/doc/postgresql/notation.html
+share/doc/postgresql/overview.html
+share/doc/postgresql/page.html
+share/doc/postgresql/parser-stage.html
+share/doc/postgresql/performance-tips.html
+share/doc/postgresql/perm-functions.html
+share/doc/postgresql/pgtcl-examplesect.html
+share/doc/postgresql/pgtcl-pgconndefaults.html
+share/doc/postgresql/pgtcl-pgconnect.html
+share/doc/postgresql/pgtcl-pgdisconnect.html
+share/doc/postgresql/pgtcl-pgexec.html
+share/doc/postgresql/pgtcl-pgexecute.html
+share/doc/postgresql/pgtcl-pglisten.html
+share/doc/postgresql/pgtcl-pgloclose.html
+share/doc/postgresql/pgtcl-pglocreat.html
+share/doc/postgresql/pgtcl-pgloexport.html
+share/doc/postgresql/pgtcl-pgloimport.html
+share/doc/postgresql/pgtcl-pglolseek.html
+share/doc/postgresql/pgtcl-pgloopen.html
+share/doc/postgresql/pgtcl-pgloread.html
+share/doc/postgresql/pgtcl-pglotell.html
+share/doc/postgresql/pgtcl-pglounlink.html
+share/doc/postgresql/pgtcl-pglowrite.html
+share/doc/postgresql/pgtcl-pgon-connection-loss.html
+share/doc/postgresql/pgtcl-pgresult.html
+share/doc/postgresql/pgtcl-pgselect.html
+share/doc/postgresql/pgtcl.html
+share/doc/postgresql/planner-optimizer.html
+share/doc/postgresql/planner-stats.html
+share/doc/postgresql/plhandler.html
+share/doc/postgresql/plperl-data.html
+share/doc/postgresql/plperl-database.html
+share/doc/postgresql/plperl-missing.html
+share/doc/postgresql/plperl-trusted.html
+share/doc/postgresql/plperl.html
+share/doc/postgresql/plpgsql-control-structures.html
+share/doc/postgresql/plpgsql-cursors.html
+share/doc/postgresql/plpgsql-declarations.html
+share/doc/postgresql/plpgsql-development-tips.html
+share/doc/postgresql/plpgsql-errors-and-messages.html
+share/doc/postgresql/plpgsql-expressions.html
+share/doc/postgresql/plpgsql-porting.html
+share/doc/postgresql/plpgsql-statements.html
+share/doc/postgresql/plpgsql-structure.html
+share/doc/postgresql/plpgsql-trigger.html
+share/doc/postgresql/plpgsql.html
+share/doc/postgresql/plpython-database.html
+share/doc/postgresql/plpython-trigger.html
+share/doc/postgresql/plpython.html
+share/doc/postgresql/pltcl-data.html
+share/doc/postgresql/pltcl-dbaccess.html
+share/doc/postgresql/pltcl-functions.html
+share/doc/postgresql/pltcl-global.html
+share/doc/postgresql/pltcl-procnames.html
+share/doc/postgresql/pltcl-trigger.html
+share/doc/postgresql/pltcl-unknown.html
+share/doc/postgresql/pltcl.html
+share/doc/postgresql/populate.html
+share/doc/postgresql/postmaster-shutdown.html
+share/doc/postgresql/postmaster-start.html
+share/doc/postgresql/preface.html
+share/doc/postgresql/privileges.html
+share/doc/postgresql/protocol-changes.html
+share/doc/postgresql/protocol-error-fields.html
+share/doc/postgresql/protocol-flow.html
+share/doc/postgresql/protocol-message-formats.html
+share/doc/postgresql/protocol-message-types.html
+share/doc/postgresql/protocol.html
+share/doc/postgresql/queries-limit.html
+share/doc/postgresql/queries-order.html
+share/doc/postgresql/queries-select-lists.html
+share/doc/postgresql/queries-table-expressions.html
+share/doc/postgresql/queries-union.html
+share/doc/postgresql/queries.html
+share/doc/postgresql/reference-client.html
+share/doc/postgresql/reference-server.html
+share/doc/postgresql/reference.html
+share/doc/postgresql/regress-evaluation.html
+share/doc/postgresql/regress-platform.html
+share/doc/postgresql/regress.html
+share/doc/postgresql/release-0-01.html
+share/doc/postgresql/release-0-02.html
+share/doc/postgresql/release-0-03.html
+share/doc/postgresql/release-1-0.html
+share/doc/postgresql/release-1-01.html
+share/doc/postgresql/release-1-02.html
+share/doc/postgresql/release-1-09.html
+share/doc/postgresql/release-6-0.html
+share/doc/postgresql/release-6-1-1.html
+share/doc/postgresql/release-6-1.html
+share/doc/postgresql/release-6-2-1.html
+share/doc/postgresql/release-6-2.html
+share/doc/postgresql/release-6-3-1.html
+share/doc/postgresql/release-6-3-2.html
+share/doc/postgresql/release-6-3.html
+share/doc/postgresql/release-6-4-1.html
+share/doc/postgresql/release-6-4-2.html
+share/doc/postgresql/release-6-4.html
+share/doc/postgresql/release-6-5-1.html
+share/doc/postgresql/release-6-5-2.html
+share/doc/postgresql/release-6-5-3.html
+share/doc/postgresql/release-6-5.html
+share/doc/postgresql/release-7-0-1.html
+share/doc/postgresql/release-7-0-2.html
+share/doc/postgresql/release-7-0-3.html
+share/doc/postgresql/release-7-0.html
+share/doc/postgresql/release-7-1-1.html
+share/doc/postgresql/release-7-1-2.html
+share/doc/postgresql/release-7-1-3.html
+share/doc/postgresql/release-7-1.html
+share/doc/postgresql/release-7-2-1.html
+share/doc/postgresql/release-7-2-2.html
+share/doc/postgresql/release-7-2-3.html
+share/doc/postgresql/release-7-2-4.html
+share/doc/postgresql/release-7-2.html
+share/doc/postgresql/release-7-3-1.html
+share/doc/postgresql/release-7-3-2.html
+share/doc/postgresql/release-7-3-3.html
+share/doc/postgresql/release-7-3-4.html
+share/doc/postgresql/release-7-3-5.html
+share/doc/postgresql/release-7-3-6.html
+share/doc/postgresql/release-7-3.html
+share/doc/postgresql/release-7-4-1.html
+share/doc/postgresql/release-7-4-2.html
+share/doc/postgresql/release-7-4.html
+share/doc/postgresql/release.html
+share/doc/postgresql/resources.html
+share/doc/postgresql/routine-reindex.html
+share/doc/postgresql/rule-system.html
+share/doc/postgresql/rules-privileges.html
+share/doc/postgresql/rules-status.html
+share/doc/postgresql/rules-triggers.html
+share/doc/postgresql/rules-update.html
+share/doc/postgresql/rules-views.html
+share/doc/postgresql/rules.html
+share/doc/postgresql/runtime-config.html
+share/doc/postgresql/runtime.html
+share/doc/postgresql/server-programming.html
+share/doc/postgresql/source.html
+share/doc/postgresql/spi-examples.html
+share/doc/postgresql/spi-interface-support.html
+share/doc/postgresql/spi-memory.html
+share/doc/postgresql/spi-realloc.html
+share/doc/postgresql/spi-spi-connect.html
+share/doc/postgresql/spi-spi-copytuple.html
+share/doc/postgresql/spi-spi-copytupledesc.html
+share/doc/postgresql/spi-spi-copytupleintoslot.html
+share/doc/postgresql/spi-spi-cursor-close.html
+share/doc/postgresql/spi-spi-cursor-fetch.html
+share/doc/postgresql/spi-spi-cursor-find.html
+share/doc/postgresql/spi-spi-cursor-move.html
+share/doc/postgresql/spi-spi-cursor-open.html
+share/doc/postgresql/spi-spi-exec.html
+share/doc/postgresql/spi-spi-execp.html
+share/doc/postgresql/spi-spi-finish.html
+share/doc/postgresql/spi-spi-fname.html
+share/doc/postgresql/spi-spi-fnumber.html
+share/doc/postgresql/spi-spi-freeplan.html
+share/doc/postgresql/spi-spi-freetuple.html
+share/doc/postgresql/spi-spi-freetupletable.html
+share/doc/postgresql/spi-spi-getbinval.html
+share/doc/postgresql/spi-spi-getrelname.html
+share/doc/postgresql/spi-spi-gettype.html
+share/doc/postgresql/spi-spi-gettypeid.html
+share/doc/postgresql/spi-spi-getvalue.html
+share/doc/postgresql/spi-spi-modifytuple.html
+share/doc/postgresql/spi-spi-palloc.html
+share/doc/postgresql/spi-spi-pfree.html
+share/doc/postgresql/spi-spi-prepare.html
+share/doc/postgresql/spi-spi-saveplan.html
+share/doc/postgresql/spi-visibility.html
+share/doc/postgresql/spi.html
+share/doc/postgresql/sql-abort.html
+share/doc/postgresql/sql-alteraggregate.html
+share/doc/postgresql/sql-alterconversion.html
+share/doc/postgresql/sql-alterdatabase.html
+share/doc/postgresql/sql-alterdomain.html
+share/doc/postgresql/sql-alterfunction.html
+share/doc/postgresql/sql-altergroup.html
+share/doc/postgresql/sql-alterlanguage.html
+share/doc/postgresql/sql-alteropclass.html
+share/doc/postgresql/sql-alterschema.html
+share/doc/postgresql/sql-altersequence.html
+share/doc/postgresql/sql-altertable.html
+share/doc/postgresql/sql-altertrigger.html
+share/doc/postgresql/sql-alteruser.html
+share/doc/postgresql/sql-analyze.html
+share/doc/postgresql/sql-begin.html
+share/doc/postgresql/sql-checkpoint.html
+share/doc/postgresql/sql-close.html
+share/doc/postgresql/sql-cluster.html
+share/doc/postgresql/sql-commands.html
+share/doc/postgresql/sql-comment.html
+share/doc/postgresql/sql-commit.html
+share/doc/postgresql/sql-copy.html
+share/doc/postgresql/sql-createaggregate.html
+share/doc/postgresql/sql-createcast.html
+share/doc/postgresql/sql-createconstraint.html
+share/doc/postgresql/sql-createconversion.html
+share/doc/postgresql/sql-createdatabase.html
+share/doc/postgresql/sql-createdomain.html
+share/doc/postgresql/sql-createfunction.html
+share/doc/postgresql/sql-creategroup.html
+share/doc/postgresql/sql-createindex.html
+share/doc/postgresql/sql-createlanguage.html
+share/doc/postgresql/sql-createopclass.html
+share/doc/postgresql/sql-createoperator.html
+share/doc/postgresql/sql-createrule.html
+share/doc/postgresql/sql-createschema.html
+share/doc/postgresql/sql-createsequence.html
+share/doc/postgresql/sql-createtable.html
+share/doc/postgresql/sql-createtableas.html
+share/doc/postgresql/sql-createtrigger.html
+share/doc/postgresql/sql-createtype.html
+share/doc/postgresql/sql-createuser.html
+share/doc/postgresql/sql-createview.html
+share/doc/postgresql/sql-deallocate.html
+share/doc/postgresql/sql-declare.html
+share/doc/postgresql/sql-delete.html
+share/doc/postgresql/sql-dropaggregate.html
+share/doc/postgresql/sql-dropcast.html
+share/doc/postgresql/sql-dropconversion.html
+share/doc/postgresql/sql-dropdatabase.html
+share/doc/postgresql/sql-dropdomain.html
+share/doc/postgresql/sql-dropfunction.html
+share/doc/postgresql/sql-dropgroup.html
+share/doc/postgresql/sql-dropindex.html
+share/doc/postgresql/sql-droplanguage.html
+share/doc/postgresql/sql-dropopclass.html
+share/doc/postgresql/sql-dropoperator.html
+share/doc/postgresql/sql-droprule.html
+share/doc/postgresql/sql-dropschema.html
+share/doc/postgresql/sql-dropsequence.html
+share/doc/postgresql/sql-droptable.html
+share/doc/postgresql/sql-droptrigger.html
+share/doc/postgresql/sql-droptype.html
+share/doc/postgresql/sql-dropuser.html
+share/doc/postgresql/sql-dropview.html
+share/doc/postgresql/sql-end.html
+share/doc/postgresql/sql-execute.html
+share/doc/postgresql/sql-explain.html
+share/doc/postgresql/sql-expressions.html
+share/doc/postgresql/sql-fetch.html
+share/doc/postgresql/sql-grant.html
+share/doc/postgresql/sql-insert.html
+share/doc/postgresql/sql-keywords-appendix.html
+share/doc/postgresql/sql-listen.html
+share/doc/postgresql/sql-load.html
+share/doc/postgresql/sql-lock.html
+share/doc/postgresql/sql-move.html
+share/doc/postgresql/sql-notify.html
+share/doc/postgresql/sql-prepare.html
+share/doc/postgresql/sql-reindex.html
+share/doc/postgresql/sql-reset.html
+share/doc/postgresql/sql-revoke.html
+share/doc/postgresql/sql-rollback.html
+share/doc/postgresql/sql-select.html
+share/doc/postgresql/sql-selectinto.html
+share/doc/postgresql/sql-set-constraints.html
+share/doc/postgresql/sql-set-session-authorization.html
+share/doc/postgresql/sql-set-transaction.html
+share/doc/postgresql/sql-set.html
+share/doc/postgresql/sql-show.html
+share/doc/postgresql/sql-start-transaction.html
+share/doc/postgresql/sql-syntax.html
+share/doc/postgresql/sql-truncate.html
+share/doc/postgresql/sql-unlisten.html
+share/doc/postgresql/sql-update.html
+share/doc/postgresql/sql-vacuum.html
+share/doc/postgresql/sql.html
+share/doc/postgresql/ssh-tunnels.html
+share/doc/postgresql/ssl-tcp.html
+share/doc/postgresql/stylesheet.css
+share/doc/postgresql/supported-platforms.html
+share/doc/postgresql/transaction-iso.html
+share/doc/postgresql/trigger-datachanges.html
+share/doc/postgresql/trigger-example.html
+share/doc/postgresql/trigger-interface.html
+share/doc/postgresql/triggers.html
+share/doc/postgresql/tutorial-accessdb.html
+share/doc/postgresql/tutorial-advanced.html
+share/doc/postgresql/tutorial-agg.html
+share/doc/postgresql/tutorial-arch.html
+share/doc/postgresql/tutorial-concepts.html
+share/doc/postgresql/tutorial-conclusion.html
+share/doc/postgresql/tutorial-createdb.html
+share/doc/postgresql/tutorial-delete.html
+share/doc/postgresql/tutorial-fk.html
+share/doc/postgresql/tutorial-inheritance.html
+share/doc/postgresql/tutorial-join.html
+share/doc/postgresql/tutorial-populate.html
+share/doc/postgresql/tutorial-select.html
+share/doc/postgresql/tutorial-sql.html
+share/doc/postgresql/tutorial-start.html
+share/doc/postgresql/tutorial-table.html
+share/doc/postgresql/tutorial-transactions.html
+share/doc/postgresql/tutorial-update.html
+share/doc/postgresql/tutorial-views.html
+share/doc/postgresql/tutorial.html
+share/doc/postgresql/typeconv-func.html
+share/doc/postgresql/typeconv-oper.html
+share/doc/postgresql/typeconv-query.html
+share/doc/postgresql/typeconv-union-case.html
+share/doc/postgresql/typeconv.html
+share/doc/postgresql/unsupported-features-sql99.html
+share/doc/postgresql/user-attributes.html
+share/doc/postgresql/user-manag.html
+share/doc/postgresql/view-pg-indexes.html
+share/doc/postgresql/view-pg-locks.html
+share/doc/postgresql/view-pg-rules.html
+share/doc/postgresql/view-pg-settings.html
+share/doc/postgresql/view-pg-stats.html
+share/doc/postgresql/view-pg-tables.html
+share/doc/postgresql/view-pg-user.html
+share/doc/postgresql/view-pg-views.html
+share/doc/postgresql/views-overview.html
+share/doc/postgresql/wal-benefits-later.html
+share/doc/postgresql/wal-configuration.html
+share/doc/postgresql/wal-internals.html
+share/doc/postgresql/wal.html
+share/doc/postgresql/xaggr.html
+share/doc/postgresql/xfunc-c.html
+share/doc/postgresql/xfunc-internal.html
+share/doc/postgresql/xfunc-overload.html
+share/doc/postgresql/xfunc-pl.html
+share/doc/postgresql/xfunc-sql.html
+share/doc/postgresql/xfunc.html
+share/doc/postgresql/xindex.html
+share/doc/postgresql/xoper-optimization.html
+share/doc/postgresql/xoper.html
+share/doc/postgresql/xplang.html
+share/doc/postgresql/xtypes.html
@dirrm share/doc/postgresql/TODO.detail
-@dirrm share/doc/postgresql
-@dirrm share/doc/html/postgresql
+@unexec ${RMDIR} %D/doc/postgresql 2>/dev/null || ${TRUE}