diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-14 14:46:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-14 14:46:22 +0000 |
commit | e27457c2c544e8fb0c91efb8bd37e61e422b10b6 (patch) | |
tree | 44194d6cdcf2593d36908d0567ca1a0ededde166 /databases/postgresql-docs | |
parent | b706f179ab474196e89323d76c0a8ac7a3384923 (diff) | |
download | pkgsrc-e27457c2c544e8fb0c91efb8bd37e61e422b10b6.tar.gz |
postgresql-docs: PostgreSQL HTML documentation
Diffstat (limited to 'databases/postgresql-docs')
-rw-r--r-- | databases/postgresql-docs/Makefile | 32 | ||||
-rw-r--r-- | databases/postgresql-docs/pkg/DESCR | 9 | ||||
-rw-r--r-- | databases/postgresql-docs/pkg/PLIST | 510 |
3 files changed, 551 insertions, 0 deletions
diff --git a/databases/postgresql-docs/Makefile b/databases/postgresql-docs/Makefile new file mode 100644 index 00000000000..d9da410da2a --- /dev/null +++ b/databases/postgresql-docs/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 14:46:22 jlam Exp $ + +.include "../../databases/postgresql/Makefile.common" + +PKGNAME= postgresql-docs-${PG_VERS} +PG_PKG_VERS= # empty +COMMENT= PostgreSQL database system documentation + +DOC_DIR= doc +DOCDIR= ${PREFIX}/share/doc/postgresql + +# The manpage documentation is installed with the relevant packages. +pre-build: + cd ${WRKSRC}/${DOC_DIR} && ${RM} -f man.tar.gz + +do-build: + cd ${WRKSRC}/${DOC_DIR} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${ALL_TARGET} + +do-install: + cd ${WRKSRC}/${DOC_DIR} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${INSTALL_TARGET} + +post-install: + ${INSTALL_DATA_DIR} ${DOCDIR} + cd ${WRKSRC}/${DOC_DIR}; \ + ${INSTALL_DATA} \ + FAQ* KNOWN_BUGS MISSING_FEATURES README.* TODO \ + bug.template internals.ps \ + ${DOCDIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/databases/postgresql-docs/pkg/DESCR b/databases/postgresql-docs/pkg/DESCR new file mode 100644 index 00000000000..69dce21232a --- /dev/null +++ b/databases/postgresql-docs/pkg/DESCR @@ -0,0 +1,9 @@ +PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), +derived from the Berkeley Postgres database management system. While +PostgreSQL retains the powerful object-relational data model, rich data types +and easy extensibility of Postgres, it replaces the PostQuel query language +with an extended subset of SQL. + +PostgreSQL is free and the complete source is available. + +This package contains the database documentation. diff --git a/databases/postgresql-docs/pkg/PLIST b/databases/postgresql-docs/pkg/PLIST new file mode 100644 index 00000000000..8c210315ca4 --- /dev/null +++ b/databases/postgresql-docs/pkg/PLIST @@ -0,0 +1,510 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 14:46:33 jlam Exp $ +share/doc/html/postgresql/admin.html +share/doc/html/postgresql/advanced.html +share/doc/html/postgresql/altern-locations.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-pg-passwd.html +share/doc/html/postgresql/app-pgaccess.html +share/doc/html/postgresql/app-pgadmin.html +share/doc/html/postgresql/app-pgconfig.html +share/doc/html/postgresql/app-pgdump.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/applevel-consistency.html +share/doc/html/postgresql/arch-pg.html +share/doc/html/postgresql/arch.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/bug-reporting.html +share/doc/html/postgresql/catalog-pg-aggregate.html +share/doc/html/postgresql/catalog-pg-attrdef.html +share/doc/html/postgresql/catalog-pg-attribute.html +share/doc/html/postgresql/catalog-pg-class.html +share/doc/html/postgresql/catalog-pg-database.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-operator.html +share/doc/html/postgresql/catalog-pg-proc.html +share/doc/html/postgresql/catalog-pg-relcheck.html +share/doc/html/postgresql/catalog-pg-shadow.html +share/doc/html/postgresql/catalog-pg-type.html +share/doc/html/postgresql/catalogs.gif +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/clientserver.gif +share/doc/html/postgresql/compiler.html +share/doc/html/postgresql/connect-estab.html +share/doc/html/postgresql/connections.gif +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-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.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/developer.html +share/doc/html/postgresql/doc-build.html +share/doc/html/postgresql/doc-sources.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-develop.html +share/doc/html/postgresql/ecpg-limitations.html +share/doc/html/postgresql/ecpg-porting.html +share/doc/html/postgresql/ecpg-use.html +share/doc/html/postgresql/ecpg.html +share/doc/html/postgresql/executor.html +share/doc/html/postgresql/explicit-joins.html +share/doc/html/postgresql/extend.html +share/doc/html/postgresql/functions-aggregate.html +share/doc/html/postgresql/functions-comparison.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-string.html +share/doc/html/postgresql/functions.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/index.html +share/doc/html/postgresql/indexcost.html +share/doc/html/postgresql/indices-functional.html +share/doc/html/postgresql/indices-multicolumn.html +share/doc/html/postgresql/indices-opclass.html +share/doc/html/postgresql/indices-types.html +share/doc/html/postgresql/indices-unique.html +share/doc/html/postgresql/indices.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 +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/jdbc-ext.html +share/doc/html/postgresql/jdbc-lo.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/keys.html +share/doc/html/postgresql/largeobjects.html +share/doc/html/postgresql/libpgtcl-examples.html +share/doc/html/postgresql/libpgtcl-ref.html +share/doc/html/postgresql/libpq-async.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-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-notify.html +share/doc/html/postgresql/lisp.html +share/doc/html/postgresql/ln11330.html +share/doc/html/postgresql/ln1274.html +share/doc/html/postgresql/ln15154.html +share/doc/html/postgresql/ln24.html +share/doc/html/postgresql/ln24983.html +share/doc/html/postgresql/ln37149.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/lo-sample.html +share/doc/html/postgresql/locking-indices.html +share/doc/html/postgresql/locking-tables.html +share/doc/html/postgresql/manage-ag-accessdb.html +share/doc/html/postgresql/manage-ag-dropdb.html +share/doc/html/postgresql/manage.html +share/doc/html/postgresql/managing-databases.html +share/doc/html/postgresql/migration.html +share/doc/html/postgresql/more-advanced.html +share/doc/html/postgresql/multibyte.html +share/doc/html/postgresql/mvcc.html +share/doc/html/postgresql/non-atomic-values.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/organization.html +share/doc/html/postgresql/overview.html +share/doc/html/postgresql/page.html +share/doc/html/postgresql/parser-stage.html +share/doc/html/postgresql/partial-index.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-chapter.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-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-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/plperl-use.html +share/doc/html/postgresql/plperl.html +share/doc/html/postgresql/plpgsql-description.html +share/doc/html/postgresql/plpgsql-examples.html +share/doc/html/postgresql/plpgsql-porting.html +share/doc/html/postgresql/plpgsql-trigger.html +share/doc/html/postgresql/plpgsql.html +share/doc/html/postgresql/pltcl-description.html +share/doc/html/postgresql/pltcl.html +share/doc/html/postgresql/populate.html +share/doc/html/postgresql/postgres.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-server.html +share/doc/html/postgresql/programmer.html +share/doc/html/postgresql/protocol-message-formats.html +share/doc/html/postgresql/protocol-message-types.html +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 +share/doc/html/postgresql/pygresql-db-get-databases.html +share/doc/html/postgresql/pygresql-db-get-tables.html +share/doc/html/postgresql/pygresql-db-get.html +share/doc/html/postgresql/pygresql-db-insert.html +share/doc/html/postgresql/pygresql-db-pkey.html +share/doc/html/postgresql/pygresql-db-update.html +share/doc/html/postgresql/pygresql-endcopy.html +share/doc/html/postgresql/pygresql-fileno.html +share/doc/html/postgresql/pygresql-get-defbase.html +share/doc/html/postgresql/pygresql-get-defhost.html +share/doc/html/postgresql/pygresql-get-defopt.html +share/doc/html/postgresql/pygresql-get-defport.html +share/doc/html/postgresql/pygresql-get-deftty.html +share/doc/html/postgresql/pygresql-getline.html +share/doc/html/postgresql/pygresql-getlo.html +share/doc/html/postgresql/pygresql-getnotify.html +share/doc/html/postgresql/pygresql-inserttable.html +share/doc/html/postgresql/pygresql-locreate.html +share/doc/html/postgresql/pygresql-loimport.html +share/doc/html/postgresql/pygresql-pg-db.html +share/doc/html/postgresql/pygresql-pg-functions.html +share/doc/html/postgresql/pygresql-pg-pglarge.html +share/doc/html/postgresql/pygresql-pg-pgobject.html +share/doc/html/postgresql/pygresql-pg-pgqueryobject.html +share/doc/html/postgresql/pygresql-pglargeobject-close.html +share/doc/html/postgresql/pygresql-pglargeobject-export.html +share/doc/html/postgresql/pygresql-pglargeobject-open.html +share/doc/html/postgresql/pygresql-pglargeobject-read.html +share/doc/html/postgresql/pygresql-pglargeobject-seek.html +share/doc/html/postgresql/pygresql-pglargeobject-size.html +share/doc/html/postgresql/pygresql-pglargeobject-tell.html +share/doc/html/postgresql/pygresql-pglargeobject-unlink.html +share/doc/html/postgresql/pygresql-pglargeobject-write.html +share/doc/html/postgresql/pygresql-pgqueryobject-dictresult.html +share/doc/html/postgresql/pygresql-pgqueryobject-fieldname.html +share/doc/html/postgresql/pygresql-pgqueryobject-fieldnum.html +share/doc/html/postgresql/pygresql-pgqueryobject-getresult.html +share/doc/html/postgresql/pygresql-pgqueryobject-listfields.html +share/doc/html/postgresql/pygresql-pgqueryobject-ntuples.html +share/doc/html/postgresql/pygresql-putline.html +share/doc/html/postgresql/pygresql-query.html +share/doc/html/postgresql/pygresql-reset.html +share/doc/html/postgresql/pygresql-set-defbase.html +share/doc/html/postgresql/pygresql-set-defhost.html +share/doc/html/postgresql/pygresql-set-defopt.html +share/doc/html/postgresql/pygresql-set-defport.html +share/doc/html/postgresql/pygresql-set-deftty.html +share/doc/html/postgresql/pygresql.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-union.html +share/doc/html/postgresql/queries.html +share/doc/html/postgresql/query-agg.html +share/doc/html/postgresql/query-concepts.html +share/doc/html/postgresql/query-delete.html +share/doc/html/postgresql/query-join.html +share/doc/html/postgresql/query-populate.html +share/doc/html/postgresql/query-query.html +share/doc/html/postgresql/query-selectinto.html +share/doc/html/postgresql/query-table.html +share/doc/html/postgresql/query-update.html +share/doc/html/postgresql/query.html +share/doc/html/postgresql/recode.html +share/doc/html/postgresql/recovery.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-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.html +share/doc/html/postgresql/relmodel-formal.html +share/doc/html/postgresql/relmodel-oper.html +share/doc/html/postgresql/resources.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-triggers.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/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-spiconnect.html +share/doc/html/postgresql/spi-spicopytuple.html +share/doc/html/postgresql/spi-spiexec.html +share/doc/html/postgresql/spi-spiexecp.html +share/doc/html/postgresql/spi-spifinish.html +share/doc/html/postgresql/spi-spifname.html +share/doc/html/postgresql/spi-spifnumber.html +share/doc/html/postgresql/spi-spigetbinval.html +share/doc/html/postgresql/spi-spigetrelname.html +share/doc/html/postgresql/spi-spigettype.html +share/doc/html/postgresql/spi-spigettypeid.html +share/doc/html/postgresql/spi-spigetvalue.html +share/doc/html/postgresql/spi-spimodifytuple.html +share/doc/html/postgresql/spi-spipalloc.html +share/doc/html/postgresql/spi-spipfree.html +share/doc/html/postgresql/spi-spiprepare.html +share/doc/html/postgresql/spi-spirepalloc.html +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-altergroup.html +share/doc/html/postgresql/sql-altertable.html +share/doc/html/postgresql/sql-alteruser.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-createconstraint.html +share/doc/html/postgresql/sql-createdatabase.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-createoperator.html +share/doc/html/postgresql/sql-createrule.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-declare.html +share/doc/html/postgresql/sql-delete.html +share/doc/html/postgresql/sql-dropaggregate.html +share/doc/html/postgresql/sql-dropdatabase.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-dropoperator.html +share/doc/html/postgresql/sql-droprule.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-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-language.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-precedence.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-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-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/start-manage-db.html +share/doc/html/postgresql/start-psql.html +share/doc/html/postgresql/start.html +share/doc/html/postgresql/storage.html +share/doc/html/postgresql/supported-platforms.html +share/doc/html/postgresql/timing-results.html +share/doc/html/postgresql/transaction-iso.html +share/doc/html/postgresql/trigger-datachanges.html +share/doc/html/postgresql/trigger-examples.html +share/doc/html/postgresql/trigger-manager.html +share/doc/html/postgresql/triggers.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-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/user-manag.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/x14487.html +share/doc/html/postgresql/xact-read-committed.html +share/doc/html/postgresql/xact-serializable.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.html +share/doc/html/postgresql/xindex.html +share/doc/html/postgresql/xoper.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 +share/doc/postgresql/FAQ_HPUX +share/doc/postgresql/FAQ_MSWIN +share/doc/postgresql/FAQ_QNX4 +share/doc/postgresql/FAQ_SCO +share/doc/postgresql/FAQ_Solaris +share/doc/postgresql/FAQ_german +share/doc/postgresql/FAQ_japanese +share/doc/postgresql/KNOWN_BUGS +share/doc/postgresql/MISSING_FEATURES +share/doc/postgresql/README.mb.big5 +share/doc/postgresql/README.mb.jp +share/doc/postgresql/TODO +share/doc/postgresql/bug.template +share/doc/postgresql/internals.ps +@dirrm share/doc/postgresql +@dirrm share/doc/html/postgresql |