summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-02-10 04:54:18 +0000
committerSean Chittenden <seanc@FreeBSD.org>2003-02-10 04:54:18 +0000
commit277b5ad6c81c3617623daa612d5cce6a3060b240 (patch)
tree359e5bff79017ac33ce8765fcf7dbf1d96ccc5d8 /databases
parentAdd a dependency on bison. (diff)
Update postgresql-docs to be a slave port of the specified POSTGRESQL_PORT
tunable. As a perk, the plist is automatically generated. PR: ports/48106 Submitted by: Palle Girgensohn <girgen@pingpong.net>
Notes
Notes: svn path=/head/; revision=75225
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql-docs/Makefile12
-rw-r--r--databases/postgresql-docs/pkg-descr3
-rw-r--r--databases/postgresql-docs/pkg-plist598
3 files changed, 14 insertions, 599 deletions
diff --git a/databases/postgresql-docs/Makefile b/databases/postgresql-docs/Makefile
index 5ee08f15f5a4..6326189e0af9 100644
--- a/databases/postgresql-docs/Makefile
+++ b/databases/postgresql-docs/Makefile
@@ -14,12 +14,22 @@ POSTGRESQL_SUBPORT= YES
POSTGRESQL_PORT?= databases/postgresql7
.include <${.CURDIR}/../../${POSTGRESQL_PORT}/Makefile>
DISTFILES= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX}
+.undef USE_GMAKE
.undef GNU_CONFIGURE
NO_BUILD= YES
do-install:
- $(MKDIR) ${PREFIX}/share/doc/postgresql/html; \
+ @ $(MKDIR) ${PREFIX}/share/doc/postgresql/html; \
${GZIP_CMD} -dc ${WRKSRC}/doc/postgres.tar.gz | \
( cd $(PREFIX)/share/doc/postgresql/html && $(TAR) xf - )
+post-install:
+ @ ${TAR} ztf ${WRKSRC}/doc/postgres.tar.gz | ${GREP} -v /$$ | \
+ ${XARGS} printf "share/doc/postgresql/html/%s\n" >> ${TMPPLIST} ;\
+ for dir in `$(TAR) ztf ${WRKSRC}/doc/postgres.tar.gz | ${GREP} /$$` ; do \
+ ${ECHO} @dirrm $$dir >> ${TMPPLIST} ;\
+ done ;\
+ ${ECHO} @dirrm share/doc/postgresql/html >> ${TMPPLIST} ;\
+ ${ECHO} '@unexec rmdir %D/share/postgresql 2> /dev/null || true' >> ${TMPPLIST}
+
.include <bsd.port.mk>
diff --git a/databases/postgresql-docs/pkg-descr b/databases/postgresql-docs/pkg-descr
index 2f4350378246..37331683ba41 100644
--- a/databases/postgresql-docs/pkg-descr
+++ b/databases/postgresql-docs/pkg-descr
@@ -1 +1,2 @@
-This port installs all of PostgreSQL's documentation files.
+This port installs all of PostgreSQL's documentation files into
+share/doc/postgresql/html
diff --git a/databases/postgresql-docs/pkg-plist b/databases/postgresql-docs/pkg-plist
index b8fde02dec34..435f005646ca 100644
--- a/databases/postgresql-docs/pkg-plist
+++ b/databases/postgresql-docs/pkg-plist
@@ -1,597 +1 @@
-share/doc/postgresql/html/admin-preface.html
-share/doc/postgresql/html/admin.html
-share/doc/postgresql/html/app-clusterdb.html
-share/doc/postgresql/html/app-createdb.html
-share/doc/postgresql/html/app-createlang.html
-share/doc/postgresql/html/app-createuser.html
-share/doc/postgresql/html/app-dropdb.html
-share/doc/postgresql/html/app-droplang.html
-share/doc/postgresql/html/app-dropuser.html
-share/doc/postgresql/html/app-ecpg.html
-share/doc/postgresql/html/app-initdb.html
-share/doc/postgresql/html/app-initlocation.html
-share/doc/postgresql/html/app-ipcclean.html
-share/doc/postgresql/html/app-pg-ctl.html
-share/doc/postgresql/html/app-pg-dumpall.html
-share/doc/postgresql/html/app-pgconfig.html
-share/doc/postgresql/html/app-pgcontroldata.html
-share/doc/postgresql/html/app-pgdump.html
-share/doc/postgresql/html/app-pgresetxlog.html
-share/doc/postgresql/html/app-pgrestore.html
-share/doc/postgresql/html/app-pgtclsh.html
-share/doc/postgresql/html/app-pgtksh.html
-share/doc/postgresql/html/app-postgres.html
-share/doc/postgresql/html/app-postmaster.html
-share/doc/postgresql/html/app-psql.html
-share/doc/postgresql/html/app-vacuumdb.html
-share/doc/postgresql/html/applevel-consistency.html
-share/doc/postgresql/html/arch-pg.html
-share/doc/postgresql/html/arrays.html
-share/doc/postgresql/html/auth-methods.html
-share/doc/postgresql/html/backup-file.html
-share/doc/postgresql/html/backup.html
-share/doc/postgresql/html/biblio.html
-share/doc/postgresql/html/bki-commands.html
-share/doc/postgresql/html/bki-example.html
-share/doc/postgresql/html/bki.html
-share/doc/postgresql/html/bug-reporting.html
-share/doc/postgresql/html/catalog-pg-aggregate.html
-share/doc/postgresql/html/catalog-pg-am.html
-share/doc/postgresql/html/catalog-pg-amop.html
-share/doc/postgresql/html/catalog-pg-amproc.html
-share/doc/postgresql/html/catalog-pg-attrdef.html
-share/doc/postgresql/html/catalog-pg-attribute.html
-share/doc/postgresql/html/catalog-pg-cast.html
-share/doc/postgresql/html/catalog-pg-class.html
-share/doc/postgresql/html/catalog-pg-constraint.html
-share/doc/postgresql/html/catalog-pg-conversion.html
-share/doc/postgresql/html/catalog-pg-database.html
-share/doc/postgresql/html/catalog-pg-depend.html
-share/doc/postgresql/html/catalog-pg-description.html
-share/doc/postgresql/html/catalog-pg-group.html
-share/doc/postgresql/html/catalog-pg-index.html
-share/doc/postgresql/html/catalog-pg-inherits.html
-share/doc/postgresql/html/catalog-pg-language.html
-share/doc/postgresql/html/catalog-pg-largeobject.html
-share/doc/postgresql/html/catalog-pg-listener.html
-share/doc/postgresql/html/catalog-pg-namespace.html
-share/doc/postgresql/html/catalog-pg-opclass.html
-share/doc/postgresql/html/catalog-pg-operator.html
-share/doc/postgresql/html/catalog-pg-proc.html
-share/doc/postgresql/html/catalog-pg-rewrite.html
-share/doc/postgresql/html/catalog-pg-shadow.html
-share/doc/postgresql/html/catalog-pg-statistic.html
-share/doc/postgresql/html/catalog-pg-trigger.html
-share/doc/postgresql/html/catalog-pg-type.html
-share/doc/postgresql/html/catalogs.gif
-share/doc/postgresql/html/catalogs.html
-share/doc/postgresql/html/charset.html
-share/doc/postgresql/html/client-authentication-problems.html
-share/doc/postgresql/html/client-authentication.html
-share/doc/postgresql/html/compiler.html
-share/doc/postgresql/html/connect-estab.html
-share/doc/postgresql/html/connections.gif
-share/doc/postgresql/html/creating-cluster.html
-share/doc/postgresql/html/cvs-tree.html
-share/doc/postgresql/html/cvs.html
-share/doc/postgresql/html/cvsup.html
-share/doc/postgresql/html/datatype-binary.html
-share/doc/postgresql/html/datatype-bit.html
-share/doc/postgresql/html/datatype-boolean.html
-share/doc/postgresql/html/datatype-character.html
-share/doc/postgresql/html/datatype-datetime.html
-share/doc/postgresql/html/datatype-geometric.html
-share/doc/postgresql/html/datatype-money.html
-share/doc/postgresql/html/datatype-net-types.html
-share/doc/postgresql/html/datatype-oid.html
-share/doc/postgresql/html/datatype-pseudo.html
-share/doc/postgresql/html/datatype.html
-share/doc/postgresql/html/datetime-appendix.html
-share/doc/postgresql/html/ddl-alter.html
-share/doc/postgresql/html/ddl-constraints.html
-share/doc/postgresql/html/ddl-depend.html
-share/doc/postgresql/html/ddl-inherit.html
-share/doc/postgresql/html/ddl-others.html
-share/doc/postgresql/html/ddl-priv.html
-share/doc/postgresql/html/ddl-schemas.html
-share/doc/postgresql/html/ddl-system-columns.html
-share/doc/postgresql/html/ddl.html
-share/doc/postgresql/html/developer.html
-share/doc/postgresql/html/disk-full.html
-share/doc/postgresql/html/diskusage.html
-share/doc/postgresql/html/dml-delete.html
-share/doc/postgresql/html/dml-update.html
-share/doc/postgresql/html/dml.html
-share/doc/postgresql/html/doc-build.html
-share/doc/postgresql/html/doc-sources.html
-share/doc/postgresql/html/doc-style.html
-share/doc/postgresql/html/doc-toolsets.html
-share/doc/postgresql/html/docguide.html
-share/doc/postgresql/html/ecpg-commands.html
-share/doc/postgresql/html/ecpg-connect.html
-share/doc/postgresql/html/ecpg-develop.html
-share/doc/postgresql/html/ecpg-disconnect.html
-share/doc/postgresql/html/ecpg-errors.html
-share/doc/postgresql/html/ecpg-include.html
-share/doc/postgresql/html/ecpg-library.html
-share/doc/postgresql/html/ecpg-porting.html
-share/doc/postgresql/html/ecpg-process.html
-share/doc/postgresql/html/ecpg-variables.html
-share/doc/postgresql/html/ecpg.html
-share/doc/postgresql/html/executor.html
-share/doc/postgresql/html/explicit-joins.html
-share/doc/postgresql/html/explicit-locking.html
-share/doc/postgresql/html/extend.html
-share/doc/postgresql/html/features.html
-share/doc/postgresql/html/functions-aggregate.html
-share/doc/postgresql/html/functions-binarystring.html
-share/doc/postgresql/html/functions-comparison.html
-share/doc/postgresql/html/functions-conditional.html
-share/doc/postgresql/html/functions-datetime.html
-share/doc/postgresql/html/functions-formatting.html
-share/doc/postgresql/html/functions-geometry.html
-share/doc/postgresql/html/functions-matching.html
-share/doc/postgresql/html/functions-math.html
-share/doc/postgresql/html/functions-misc.html
-share/doc/postgresql/html/functions-net.html
-share/doc/postgresql/html/functions-sequence.html
-share/doc/postgresql/html/functions-string.html
-share/doc/postgresql/html/functions-subquery.html
-share/doc/postgresql/html/functions.html
-share/doc/postgresql/html/geqo-biblio.html
-share/doc/postgresql/html/geqo-intro2.html
-share/doc/postgresql/html/geqo-pg-intro.html
-share/doc/postgresql/html/geqo.html
-share/doc/postgresql/html/gist.html
-share/doc/postgresql/html/groups.html
-share/doc/postgresql/html/history.html
-share/doc/postgresql/html/index.html
-share/doc/postgresql/html/indexcost.html
-share/doc/postgresql/html/indexes-examine.html
-share/doc/postgresql/html/indexes-functional.html
-share/doc/postgresql/html/indexes-multicolumn.html
-share/doc/postgresql/html/indexes-opclass.html
-share/doc/postgresql/html/indexes-partial.html
-share/doc/postgresql/html/indexes-types.html
-share/doc/postgresql/html/indexes-unique.html
-share/doc/postgresql/html/indexes.html
-share/doc/postgresql/html/install-getsource.html
-share/doc/postgresql/html/install-post.html
-share/doc/postgresql/html/install-procedure.html
-share/doc/postgresql/html/install-requirements.html
-share/doc/postgresql/html/install-upgrading.html
-share/doc/postgresql/html/install-win32.html
-share/doc/postgresql/html/installation.html
-share/doc/postgresql/html/jdbc-binary-data.html
-share/doc/postgresql/html/jdbc-datasource.html
-share/doc/postgresql/html/jdbc-ddl.html
-share/doc/postgresql/html/jdbc-ext.html
-share/doc/postgresql/html/jdbc-query.html
-share/doc/postgresql/html/jdbc-reading.html
-share/doc/postgresql/html/jdbc-thread.html
-share/doc/postgresql/html/jdbc-update.html
-share/doc/postgresql/html/jdbc-use.html
-share/doc/postgresql/html/jdbc.html
-share/doc/postgresql/html/kernel-resources.html
-share/doc/postgresql/html/largeobjects.html
-share/doc/postgresql/html/libpgtcl-loading.html
-share/doc/postgresql/html/libpgtcl-ref.html
-share/doc/postgresql/html/libpq-async.html
-share/doc/postgresql/html/libpq-build.html
-share/doc/postgresql/html/libpq-connect.html
-share/doc/postgresql/html/libpq-control.html
-share/doc/postgresql/html/libpq-copy.html
-share/doc/postgresql/html/libpq-envars.html
-share/doc/postgresql/html/libpq-example.html
-share/doc/postgresql/html/libpq-exec.html
-share/doc/postgresql/html/libpq-fastpath.html
-share/doc/postgresql/html/libpq-files.html
-share/doc/postgresql/html/libpq-notify.html
-share/doc/postgresql/html/libpq-threading.html
-share/doc/postgresql/html/libpq-trace.html
-share/doc/postgresql/html/libpq.html
-share/doc/postgresql/html/ln17902.html
-share/doc/postgresql/html/ln24595.html
-share/doc/postgresql/html/ln25.html
-share/doc/postgresql/html/ln37022.html
-share/doc/postgresql/html/ln51737.html
-share/doc/postgresql/html/ln659.html
-share/doc/postgresql/html/ln8.html
-share/doc/postgresql/html/lo-funcs.html
-share/doc/postgresql/html/lo-implementation.html
-share/doc/postgresql/html/lo-interfaces.html
-share/doc/postgresql/html/lo-libpq.html
-share/doc/postgresql/html/locking-indexes.html
-share/doc/postgresql/html/logfile-maintenance.html
-share/doc/postgresql/html/maintenance.html
-share/doc/postgresql/html/manage-ag-alternate-locs.html
-share/doc/postgresql/html/manage-ag-config.html
-share/doc/postgresql/html/manage-ag-createdb.html
-share/doc/postgresql/html/manage-ag-dropdb.html
-share/doc/postgresql/html/manage-ag-templatedbs.html
-share/doc/postgresql/html/managing-databases.html
-share/doc/postgresql/html/migration.html
-share/doc/postgresql/html/monitoring-locks.html
-share/doc/postgresql/html/monitoring-stats.html
-share/doc/postgresql/html/monitoring.html
-share/doc/postgresql/html/multibyte.html
-share/doc/postgresql/html/mvcc.html
-share/doc/postgresql/html/nls-programmer.html
-share/doc/postgresql/html/nls.html
-share/doc/postgresql/html/notation.html
-share/doc/postgresql/html/overview.html
-share/doc/postgresql/html/page.html
-share/doc/postgresql/html/parser-stage.html
-share/doc/postgresql/html/performance-tips.html
-share/doc/postgresql/html/perm-functions.html
-share/doc/postgresql/html/pg-system-catalogs.html
-share/doc/postgresql/html/pgtcl-pgconndefaults.html
-share/doc/postgresql/html/pgtcl-pgconnect.html
-share/doc/postgresql/html/pgtcl-pgdisconnect.html
-share/doc/postgresql/html/pgtcl-pgexec.html
-share/doc/postgresql/html/pgtcl-pgexecute.html
-share/doc/postgresql/html/pgtcl-pglisten.html
-share/doc/postgresql/html/pgtcl-pgloclose.html
-share/doc/postgresql/html/pgtcl-pglocreat.html
-share/doc/postgresql/html/pgtcl-pgloexport.html
-share/doc/postgresql/html/pgtcl-pgloimport.html
-share/doc/postgresql/html/pgtcl-pglolseek.html
-share/doc/postgresql/html/pgtcl-pgloopen.html
-share/doc/postgresql/html/pgtcl-pgloread.html
-share/doc/postgresql/html/pgtcl-pglotell.html
-share/doc/postgresql/html/pgtcl-pglounlink.html
-share/doc/postgresql/html/pgtcl-pglowrite.html
-share/doc/postgresql/html/pgtcl-pgon-connection-loss.html
-share/doc/postgresql/html/pgtcl-pgresult.html
-share/doc/postgresql/html/pgtcl-pgselect.html
-share/doc/postgresql/html/pgtcl.html
-share/doc/postgresql/html/planner-optimizer.html
-share/doc/postgresql/html/planner-stats.html
-share/doc/postgresql/html/plperl-data.html
-share/doc/postgresql/html/plperl-database.html
-share/doc/postgresql/html/plperl-missing.html
-share/doc/postgresql/html/plperl-trusted.html
-share/doc/postgresql/html/plperl.html
-share/doc/postgresql/html/plpgsql-control-structures.html
-share/doc/postgresql/html/plpgsql-cursors.html
-share/doc/postgresql/html/plpgsql-declarations.html
-share/doc/postgresql/html/plpgsql-errors-and-messages.html
-share/doc/postgresql/html/plpgsql-examples.html
-share/doc/postgresql/html/plpgsql-expressions.html
-share/doc/postgresql/html/plpgsql-porting.html
-share/doc/postgresql/html/plpgsql-statements.html
-share/doc/postgresql/html/plpgsql-structure.html
-share/doc/postgresql/html/plpgsql-trigger.html
-share/doc/postgresql/html/plpgsql.html
-share/doc/postgresql/html/plpython-database.html
-share/doc/postgresql/html/plpython-trigger.html
-share/doc/postgresql/html/plpython-trusted.html
-share/doc/postgresql/html/plpython.html
-share/doc/postgresql/html/pltcl-description.html
-share/doc/postgresql/html/pltcl.html
-share/doc/postgresql/html/populate.html
-share/doc/postgresql/html/postmaster-shutdown.html
-share/doc/postgresql/html/postmaster-start.html
-share/doc/postgresql/html/privileges.html
-share/doc/postgresql/html/programmer-client.html
-share/doc/postgresql/html/programmer-pl.html
-share/doc/postgresql/html/programmer-preface.html
-share/doc/postgresql/html/programmer-server.html
-share/doc/postgresql/html/programmer.html
-share/doc/postgresql/html/protocol-message-formats.html
-share/doc/postgresql/html/protocol-message-types.html
-share/doc/postgresql/html/protocol-protocol.html
-share/doc/postgresql/html/protocol.html
-share/doc/postgresql/html/pygresql-close.html
-share/doc/postgresql/html/pygresql-connect.html
-share/doc/postgresql/html/pygresql-db-clear.html
-share/doc/postgresql/html/pygresql-db-delete.html
-share/doc/postgresql/html/pygresql-db-get-attnames.html
-share/doc/postgresql/html/pygresql-db-get-databases.html
-share/doc/postgresql/html/pygresql-db-get-tables.html
-share/doc/postgresql/html/pygresql-db-get.html
-share/doc/postgresql/html/pygresql-db-insert.html
-share/doc/postgresql/html/pygresql-db-pkey.html
-share/doc/postgresql/html/pygresql-db-update.html
-share/doc/postgresql/html/pygresql-endcopy.html
-share/doc/postgresql/html/pygresql-fileno.html
-share/doc/postgresql/html/pygresql-get-defbase.html
-share/doc/postgresql/html/pygresql-get-defhost.html
-share/doc/postgresql/html/pygresql-get-defopt.html
-share/doc/postgresql/html/pygresql-get-defport.html
-share/doc/postgresql/html/pygresql-get-deftty.html
-share/doc/postgresql/html/pygresql-getline.html
-share/doc/postgresql/html/pygresql-getlo.html
-share/doc/postgresql/html/pygresql-getnotify.html
-share/doc/postgresql/html/pygresql-inserttable.html
-share/doc/postgresql/html/pygresql-locreate.html
-share/doc/postgresql/html/pygresql-loimport.html
-share/doc/postgresql/html/pygresql-pg-db.html
-share/doc/postgresql/html/pygresql-pg-functions.html
-share/doc/postgresql/html/pygresql-pg-pglarge.html
-share/doc/postgresql/html/pygresql-pg-pgobject.html
-share/doc/postgresql/html/pygresql-pg-pgqueryobject.html
-share/doc/postgresql/html/pygresql-pglargeobject-close.html
-share/doc/postgresql/html/pygresql-pglargeobject-export.html
-share/doc/postgresql/html/pygresql-pglargeobject-open.html
-share/doc/postgresql/html/pygresql-pglargeobject-read.html
-share/doc/postgresql/html/pygresql-pglargeobject-seek.html
-share/doc/postgresql/html/pygresql-pglargeobject-size.html
-share/doc/postgresql/html/pygresql-pglargeobject-tell.html
-share/doc/postgresql/html/pygresql-pglargeobject-unlink.html
-share/doc/postgresql/html/pygresql-pglargeobject-write.html
-share/doc/postgresql/html/pygresql-pgqueryobject-dictresult.html
-share/doc/postgresql/html/pygresql-pgqueryobject-fieldname.html
-share/doc/postgresql/html/pygresql-pgqueryobject-fieldnum.html
-share/doc/postgresql/html/pygresql-pgqueryobject-getresult.html
-share/doc/postgresql/html/pygresql-pgqueryobject-listfields.html
-share/doc/postgresql/html/pygresql-pgqueryobject-ntuples.html
-share/doc/postgresql/html/pygresql-putline.html
-share/doc/postgresql/html/pygresql-query.html
-share/doc/postgresql/html/pygresql-reset.html
-share/doc/postgresql/html/pygresql-set-defbase.html
-share/doc/postgresql/html/pygresql-set-defhost.html
-share/doc/postgresql/html/pygresql-set-defopt.html
-share/doc/postgresql/html/pygresql-set-defport.html
-share/doc/postgresql/html/pygresql-set-deftty.html
-share/doc/postgresql/html/pygresql.html
-share/doc/postgresql/html/queries-limit.html
-share/doc/postgresql/html/queries-order.html
-share/doc/postgresql/html/queries-select-lists.html
-share/doc/postgresql/html/queries-table-expressions.html
-share/doc/postgresql/html/queries-union.html
-share/doc/postgresql/html/queries.html
-share/doc/postgresql/html/querytree.html
-share/doc/postgresql/html/recode.html
-share/doc/postgresql/html/reference-client.html
-share/doc/postgresql/html/reference-preface.html
-share/doc/postgresql/html/reference-server.html
-share/doc/postgresql/html/reference.html
-share/doc/postgresql/html/regress-evaluation.html
-share/doc/postgresql/html/regress-platform.html
-share/doc/postgresql/html/regress-run.html
-share/doc/postgresql/html/regress.html
-share/doc/postgresql/html/release-0-01.html
-share/doc/postgresql/html/release-0-02.html
-share/doc/postgresql/html/release-0-03.html
-share/doc/postgresql/html/release-1-0.html
-share/doc/postgresql/html/release-1-01.html
-share/doc/postgresql/html/release-1-02.html
-share/doc/postgresql/html/release-1-09.html
-share/doc/postgresql/html/release-6-0.html
-share/doc/postgresql/html/release-6-1-1.html
-share/doc/postgresql/html/release-6-1.html
-share/doc/postgresql/html/release-6-2-1.html
-share/doc/postgresql/html/release-6-2.html
-share/doc/postgresql/html/release-6-3-1.html
-share/doc/postgresql/html/release-6-3-2.html
-share/doc/postgresql/html/release-6-3.html
-share/doc/postgresql/html/release-6-4-1.html
-share/doc/postgresql/html/release-6-4-2.html
-share/doc/postgresql/html/release-6-4.html
-share/doc/postgresql/html/release-6-5-1.html
-share/doc/postgresql/html/release-6-5-2.html
-share/doc/postgresql/html/release-6-5-3.html
-share/doc/postgresql/html/release-6-5.html
-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-1.html
-share/doc/postgresql/html/release-7-1-2.html
-share/doc/postgresql/html/release-7-1-3.html
-share/doc/postgresql/html/release-7-1.html
-share/doc/postgresql/html/release-7-2-1.html
-share/doc/postgresql/html/release-7-2-2.html
-share/doc/postgresql/html/release-7-2-3.html
-share/doc/postgresql/html/release-7-2.html
-share/doc/postgresql/html/release-7-3.html
-share/doc/postgresql/html/release.html
-share/doc/postgresql/html/resources.html
-share/doc/postgresql/html/routine-reindex.html
-share/doc/postgresql/html/routine-vacuuming.html
-share/doc/postgresql/html/rule-system.html
-share/doc/postgresql/html/rules-insert.html
-share/doc/postgresql/html/rules-permissions.html
-share/doc/postgresql/html/rules-status.html
-share/doc/postgresql/html/rules-triggers.html
-share/doc/postgresql/html/rules-views.html
-share/doc/postgresql/html/rules.html
-share/doc/postgresql/html/runtime-config.html
-share/doc/postgresql/html/runtime.html
-share/doc/postgresql/html/setindex.html
-share/doc/postgresql/html/source.html
-share/doc/postgresql/html/spi-examples.html
-share/doc/postgresql/html/spi-interface-support.html
-share/doc/postgresql/html/spi-memory.html
-share/doc/postgresql/html/spi-spiconnect.html
-share/doc/postgresql/html/spi-spicopytuple.html
-share/doc/postgresql/html/spi-spicopytupledesc.html
-share/doc/postgresql/html/spi-spicopytupleintoslot.html
-share/doc/postgresql/html/spi-spicursor-close.html
-share/doc/postgresql/html/spi-spicursor-fetch.html
-share/doc/postgresql/html/spi-spicursor-find.html
-share/doc/postgresql/html/spi-spicursor-move.html
-share/doc/postgresql/html/spi-spicursor-open.html
-share/doc/postgresql/html/spi-spiexec.html
-share/doc/postgresql/html/spi-spiexecp.html
-share/doc/postgresql/html/spi-spifinish.html
-share/doc/postgresql/html/spi-spifname.html
-share/doc/postgresql/html/spi-spifnumber.html
-share/doc/postgresql/html/spi-spifreeplan.html
-share/doc/postgresql/html/spi-spifreetuple.html
-share/doc/postgresql/html/spi-spifreetuptable.html
-share/doc/postgresql/html/spi-spigetbinval.html
-share/doc/postgresql/html/spi-spigetrelname.html
-share/doc/postgresql/html/spi-spigettype.html
-share/doc/postgresql/html/spi-spigettypeid.html
-share/doc/postgresql/html/spi-spigetvalue.html
-share/doc/postgresql/html/spi-spimodifytuple.html
-share/doc/postgresql/html/spi-spipalloc.html
-share/doc/postgresql/html/spi-spipfree.html
-share/doc/postgresql/html/spi-spiprepare.html
-share/doc/postgresql/html/spi-spirepalloc.html
-share/doc/postgresql/html/spi-spisaveplan.html
-share/doc/postgresql/html/spi-visibility.html
-share/doc/postgresql/html/spi.html
-share/doc/postgresql/html/sql-abort.html
-share/doc/postgresql/html/sql-alterdatabase.html
-share/doc/postgresql/html/sql-altergroup.html
-share/doc/postgresql/html/sql-altertable.html
-share/doc/postgresql/html/sql-altertrigger.html
-share/doc/postgresql/html/sql-alteruser.html
-share/doc/postgresql/html/sql-analyze.html
-share/doc/postgresql/html/sql-begin.html
-share/doc/postgresql/html/sql-checkpoint.html
-share/doc/postgresql/html/sql-close.html
-share/doc/postgresql/html/sql-cluster.html
-share/doc/postgresql/html/sql-commands.html
-share/doc/postgresql/html/sql-comment.html
-share/doc/postgresql/html/sql-commit.html
-share/doc/postgresql/html/sql-copy.html
-share/doc/postgresql/html/sql-createaggregate.html
-share/doc/postgresql/html/sql-createcast.html
-share/doc/postgresql/html/sql-createconstraint.html
-share/doc/postgresql/html/sql-createconversion.html
-share/doc/postgresql/html/sql-createdatabase.html
-share/doc/postgresql/html/sql-createdomain.html
-share/doc/postgresql/html/sql-createfunction.html
-share/doc/postgresql/html/sql-creategroup.html
-share/doc/postgresql/html/sql-createindex.html
-share/doc/postgresql/html/sql-createlanguage.html
-share/doc/postgresql/html/sql-createopclass.html
-share/doc/postgresql/html/sql-createoperator.html
-share/doc/postgresql/html/sql-createrule.html
-share/doc/postgresql/html/sql-createschema.html
-share/doc/postgresql/html/sql-createsequence.html
-share/doc/postgresql/html/sql-createtable.html
-share/doc/postgresql/html/sql-createtableas.html
-share/doc/postgresql/html/sql-createtrigger.html
-share/doc/postgresql/html/sql-createtype.html
-share/doc/postgresql/html/sql-createuser.html
-share/doc/postgresql/html/sql-createview.html
-share/doc/postgresql/html/sql-deallocate.html
-share/doc/postgresql/html/sql-declare.html
-share/doc/postgresql/html/sql-delete.html
-share/doc/postgresql/html/sql-dropaggregate.html
-share/doc/postgresql/html/sql-dropcast.html
-share/doc/postgresql/html/sql-dropconversion.html
-share/doc/postgresql/html/sql-dropdatabase.html
-share/doc/postgresql/html/sql-dropdomain.html
-share/doc/postgresql/html/sql-dropfunction.html
-share/doc/postgresql/html/sql-dropgroup.html
-share/doc/postgresql/html/sql-dropindex.html
-share/doc/postgresql/html/sql-droplanguage.html
-share/doc/postgresql/html/sql-dropopclass.html
-share/doc/postgresql/html/sql-dropoperator.html
-share/doc/postgresql/html/sql-droprule.html
-share/doc/postgresql/html/sql-dropschema.html
-share/doc/postgresql/html/sql-dropsequence.html
-share/doc/postgresql/html/sql-droptable.html
-share/doc/postgresql/html/sql-droptrigger.html
-share/doc/postgresql/html/sql-droptype.html
-share/doc/postgresql/html/sql-dropuser.html
-share/doc/postgresql/html/sql-dropview.html
-share/doc/postgresql/html/sql-end.html
-share/doc/postgresql/html/sql-execute.html
-share/doc/postgresql/html/sql-explain.html
-share/doc/postgresql/html/sql-expressions.html
-share/doc/postgresql/html/sql-fetch.html
-share/doc/postgresql/html/sql-grant.html
-share/doc/postgresql/html/sql-insert.html
-share/doc/postgresql/html/sql-keywords-appendix.html
-share/doc/postgresql/html/sql-listen.html
-share/doc/postgresql/html/sql-load.html
-share/doc/postgresql/html/sql-lock.html
-share/doc/postgresql/html/sql-move.html
-share/doc/postgresql/html/sql-notify.html
-share/doc/postgresql/html/sql-prepare.html
-share/doc/postgresql/html/sql-reindex.html
-share/doc/postgresql/html/sql-reset.html
-share/doc/postgresql/html/sql-revoke.html
-share/doc/postgresql/html/sql-rollback.html
-share/doc/postgresql/html/sql-select.html
-share/doc/postgresql/html/sql-selectinto.html
-share/doc/postgresql/html/sql-set-constraints.html
-share/doc/postgresql/html/sql-set-session-authorization.html
-share/doc/postgresql/html/sql-set-transaction.html
-share/doc/postgresql/html/sql-set.html
-share/doc/postgresql/html/sql-show.html
-share/doc/postgresql/html/sql-start-transaction.html
-share/doc/postgresql/html/sql-syntax.html
-share/doc/postgresql/html/sql-truncate.html
-share/doc/postgresql/html/sql-unlisten.html
-share/doc/postgresql/html/sql-update.html
-share/doc/postgresql/html/sql-vacuum.html
-share/doc/postgresql/html/ssh-tunnels.html
-share/doc/postgresql/html/ssl-tcp.html
-share/doc/postgresql/html/stylesheet.css
-share/doc/postgresql/html/supported-platforms.html
-share/doc/postgresql/html/transaction-iso.html
-share/doc/postgresql/html/trigger-datachanges.html
-share/doc/postgresql/html/trigger-examples.html
-share/doc/postgresql/html/trigger-manager.html
-share/doc/postgresql/html/triggers.html
-share/doc/postgresql/html/tutorial-accessdb.html
-share/doc/postgresql/html/tutorial-advanced.html
-share/doc/postgresql/html/tutorial-agg.html
-share/doc/postgresql/html/tutorial-arch.html
-share/doc/postgresql/html/tutorial-concepts.html
-share/doc/postgresql/html/tutorial-conclusion.html
-share/doc/postgresql/html/tutorial-createdb.html
-share/doc/postgresql/html/tutorial-delete.html
-share/doc/postgresql/html/tutorial-fk.html
-share/doc/postgresql/html/tutorial-inheritance.html
-share/doc/postgresql/html/tutorial-join.html
-share/doc/postgresql/html/tutorial-populate.html
-share/doc/postgresql/html/tutorial-preface.html
-share/doc/postgresql/html/tutorial-select.html
-share/doc/postgresql/html/tutorial-sql.html
-share/doc/postgresql/html/tutorial-start.html
-share/doc/postgresql/html/tutorial-table.html
-share/doc/postgresql/html/tutorial-transactions.html
-share/doc/postgresql/html/tutorial-update.html
-share/doc/postgresql/html/tutorial-views.html
-share/doc/postgresql/html/tutorial.html
-share/doc/postgresql/html/type-system.html
-share/doc/postgresql/html/typeconv-func.html
-share/doc/postgresql/html/typeconv-oper.html
-share/doc/postgresql/html/typeconv-query.html
-share/doc/postgresql/html/typeconv-union-case.html
-share/doc/postgresql/html/typeconv.html
-share/doc/postgresql/html/units-history.html
-share/doc/postgresql/html/unsupported-features-sql99.html
-share/doc/postgresql/html/user-attributes.html
-share/doc/postgresql/html/user-manag.html
-share/doc/postgresql/html/user-preface-thisbook.html
-share/doc/postgresql/html/user-preface.html
-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/x11875.html
-share/doc/postgresql/html/x1779.html
-share/doc/postgresql/html/xaggr.html
-share/doc/postgresql/html/xfunc-c.html
-share/doc/postgresql/html/xfunc-internal.html
-share/doc/postgresql/html/xfunc-overload.html
-share/doc/postgresql/html/xfunc-pl.html
-share/doc/postgresql/html/xfunc-plhandler.html
-share/doc/postgresql/html/xfunc-sql.html
-share/doc/postgresql/html/xfunc-tablefunctions.html
-share/doc/postgresql/html/xfunc.html
-share/doc/postgresql/html/xindex-am.html
-share/doc/postgresql/html/xindex-opclass-features.html
-share/doc/postgresql/html/xindex-opclass.html
-share/doc/postgresql/html/xindex-operators.html
-share/doc/postgresql/html/xindex-strategies.html
-share/doc/postgresql/html/xindex-support.html
-share/doc/postgresql/html/xindex.html
-share/doc/postgresql/html/xoper-example.html
-share/doc/postgresql/html/xoper-optimization.html
-share/doc/postgresql/html/xoper.html
-share/doc/postgresql/html/xplang-install.html
-share/doc/postgresql/html/xplang.html
-share/doc/postgresql/html/xtypes.html
-@dirrm share/doc/postgresql/html
-@dirrm share/doc/postgresql
+@comment automatically generated plist