From 412d76c553c540d7ddbb9c5a19a15a74ed351fa8 Mon Sep 17 00:00:00 2001 From: recht Date: Mon, 19 Apr 2004 00:05:25 +0000 Subject: Initial import of PostgreSQL 7.4.2 Documentation. 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. --- databases/postgresql74-docs/DESCR | 9 + databases/postgresql74-docs/Makefile | 28 ++ databases/postgresql74-docs/PLIST | 653 +++++++++++++++++++++++++++++++++++ 3 files changed, 690 insertions(+) create mode 100644 databases/postgresql74-docs/DESCR create mode 100644 databases/postgresql74-docs/Makefile create mode 100644 databases/postgresql74-docs/PLIST (limited to 'databases/postgresql74-docs') diff --git a/databases/postgresql74-docs/DESCR b/databases/postgresql74-docs/DESCR new file mode 100644 index 00000000000..89dd99e91c2 --- /dev/null +++ b/databases/postgresql74-docs/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/postgresql74-docs/Makefile b/databases/postgresql74-docs/Makefile new file mode 100644 index 00000000000..a3667181c93 --- /dev/null +++ b/databases/postgresql74-docs/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/19 00:05:25 recht Exp $ + +PKGNAME= postgresql-docs-${BASE_VERS} +SVR4_PKGNAME= pstgd +COMMENT= PostgreSQL database system documentation + +.include "../../databases/postgresql74/Makefile.common" + +BUILD_DIRS= ${WRKSRC}/doc +DOCDIR= ${PREFIX}/share/doc/postgresql + +# The manpage documentation is installed with the relevant packages. +pre-build: + cd ${WRKSRC}/doc && ${RM} -f man.tar.gz + +post-install: + ${INSTALL_DATA_DIR} ${DOCDIR} + ${INSTALL_DATA_DIR} ${DOCDIR}/TODO.detail + cd ${WRKSRC}/doc; for file in \ + FAQ* KNOWN_BUGS MISSING_FEATURES README.* TODO \ + bug.template; \ + do \ + ${INSTALL_DATA} $${file} ${DOCDIR}/$${file}; \ + done + cd ${WRKSRC}/doc/TODO.detail && \ + ${PAX} -rwppm . ${DOCDIR}/TODO.detail + +.include "../../mk/bsd.pkg.mk" diff --git a/databases/postgresql74-docs/PLIST b/databases/postgresql74-docs/PLIST new file mode 100644 index 00000000000..73f2aa787b0 --- /dev/null +++ b/databases/postgresql74-docs/PLIST @@ -0,0 +1,653 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/19 00:05:29 recht Exp $ +doc/postgresql/html/LEGALNOTICE.html +doc/postgresql/html/admin.html +doc/postgresql/html/app-clusterdb.html +doc/postgresql/html/app-createdb.html +doc/postgresql/html/app-createlang.html +doc/postgresql/html/app-createuser.html +doc/postgresql/html/app-dropdb.html +doc/postgresql/html/app-droplang.html +doc/postgresql/html/app-dropuser.html +doc/postgresql/html/app-ecpg.html +doc/postgresql/html/app-initdb.html +doc/postgresql/html/app-initlocation.html +doc/postgresql/html/app-ipcclean.html +doc/postgresql/html/app-pg-ctl.html +doc/postgresql/html/app-pg-dumpall.html +doc/postgresql/html/app-pgconfig.html +doc/postgresql/html/app-pgcontroldata.html +doc/postgresql/html/app-pgdump.html +doc/postgresql/html/app-pgresetxlog.html +doc/postgresql/html/app-pgrestore.html +doc/postgresql/html/app-pgtclsh.html +doc/postgresql/html/app-pgtksh.html +doc/postgresql/html/app-postgres.html +doc/postgresql/html/app-postmaster.html +doc/postgresql/html/app-psql.html +doc/postgresql/html/app-vacuumdb.html +doc/postgresql/html/appendixes.html +doc/postgresql/html/applevel-consistency.html +doc/postgresql/html/arrays.html +doc/postgresql/html/auth-methods.html +doc/postgresql/html/backup-file.html +doc/postgresql/html/backup.html +doc/postgresql/html/biblio.html +doc/postgresql/html/bki-commands.html +doc/postgresql/html/bki-example.html +doc/postgresql/html/bki.html +doc/postgresql/html/bookindex.html +doc/postgresql/html/bug-reporting.html +doc/postgresql/html/catalog-pg-aggregate.html +doc/postgresql/html/catalog-pg-am.html +doc/postgresql/html/catalog-pg-amop.html +doc/postgresql/html/catalog-pg-amproc.html +doc/postgresql/html/catalog-pg-attrdef.html +doc/postgresql/html/catalog-pg-attribute.html +doc/postgresql/html/catalog-pg-cast.html +doc/postgresql/html/catalog-pg-class.html +doc/postgresql/html/catalog-pg-constraint.html +doc/postgresql/html/catalog-pg-conversion.html +doc/postgresql/html/catalog-pg-database.html +doc/postgresql/html/catalog-pg-depend.html +doc/postgresql/html/catalog-pg-description.html +doc/postgresql/html/catalog-pg-group.html +doc/postgresql/html/catalog-pg-index.html +doc/postgresql/html/catalog-pg-inherits.html +doc/postgresql/html/catalog-pg-language.html +doc/postgresql/html/catalog-pg-largeobject.html +doc/postgresql/html/catalog-pg-listener.html +doc/postgresql/html/catalog-pg-namespace.html +doc/postgresql/html/catalog-pg-opclass.html +doc/postgresql/html/catalog-pg-operator.html +doc/postgresql/html/catalog-pg-proc.html +doc/postgresql/html/catalog-pg-rewrite.html +doc/postgresql/html/catalog-pg-shadow.html +doc/postgresql/html/catalog-pg-statistic.html +doc/postgresql/html/catalog-pg-trigger.html +doc/postgresql/html/catalog-pg-type.html +doc/postgresql/html/catalogs.html +doc/postgresql/html/charset.html +doc/postgresql/html/client-authentication-problems.html +doc/postgresql/html/client-authentication.html +doc/postgresql/html/client-interfaces.html +doc/postgresql/html/connect-estab.html +doc/postgresql/html/creating-cluster.html +doc/postgresql/html/cvs-tree.html +doc/postgresql/html/cvs.html +doc/postgresql/html/cvsup.html +doc/postgresql/html/datatype-binary.html +doc/postgresql/html/datatype-bit.html +doc/postgresql/html/datatype-boolean.html +doc/postgresql/html/datatype-character.html +doc/postgresql/html/datatype-datetime.html +doc/postgresql/html/datatype-geometric.html +doc/postgresql/html/datatype-money.html +doc/postgresql/html/datatype-net-types.html +doc/postgresql/html/datatype-oid.html +doc/postgresql/html/datatype-pseudo.html +doc/postgresql/html/datatype.html +doc/postgresql/html/datetime-appendix.html +doc/postgresql/html/datetime-keywords.html +doc/postgresql/html/datetime-units-history.html +doc/postgresql/html/ddl-alter.html +doc/postgresql/html/ddl-constraints.html +doc/postgresql/html/ddl-default.html +doc/postgresql/html/ddl-depend.html +doc/postgresql/html/ddl-inherit.html +doc/postgresql/html/ddl-others.html +doc/postgresql/html/ddl-priv.html +doc/postgresql/html/ddl-schemas.html +doc/postgresql/html/ddl-system-columns.html +doc/postgresql/html/ddl.html +doc/postgresql/html/disk-full.html +doc/postgresql/html/diskusage.html +doc/postgresql/html/dml-delete.html +doc/postgresql/html/dml-update.html +doc/postgresql/html/dml.html +doc/postgresql/html/docguide-authoring.html +doc/postgresql/html/docguide-build.html +doc/postgresql/html/docguide-style.html +doc/postgresql/html/docguide-toolsets.html +doc/postgresql/html/docguide.html +doc/postgresql/html/ecpg-commands.html +doc/postgresql/html/ecpg-connect.html +doc/postgresql/html/ecpg-descriptors.html +doc/postgresql/html/ecpg-develop.html +doc/postgresql/html/ecpg-disconnect.html +doc/postgresql/html/ecpg-dynamic.html +doc/postgresql/html/ecpg-errors.html +doc/postgresql/html/ecpg-include.html +doc/postgresql/html/ecpg-library.html +doc/postgresql/html/ecpg-process.html +doc/postgresql/html/ecpg-set-connection.html +doc/postgresql/html/ecpg-variables.html +doc/postgresql/html/ecpg.html +doc/postgresql/html/errcodes-appendix.html +doc/postgresql/html/error-message-reporting.html +doc/postgresql/html/error-style-guide.html +doc/postgresql/html/examples.html +doc/postgresql/html/executor.html +doc/postgresql/html/explicit-joins.html +doc/postgresql/html/explicit-locking.html +doc/postgresql/html/extend-type-system.html +doc/postgresql/html/extend.html +doc/postgresql/html/extensibility.html +doc/postgresql/html/features.html +doc/postgresql/html/functions-aggregate.html +doc/postgresql/html/functions-array.html +doc/postgresql/html/functions-binarystring.html +doc/postgresql/html/functions-comparison.html +doc/postgresql/html/functions-comparisons.html +doc/postgresql/html/functions-conditional.html +doc/postgresql/html/functions-datetime.html +doc/postgresql/html/functions-formatting.html +doc/postgresql/html/functions-geometry.html +doc/postgresql/html/functions-matching.html +doc/postgresql/html/functions-math.html +doc/postgresql/html/functions-misc.html +doc/postgresql/html/functions-net.html +doc/postgresql/html/functions-sequence.html +doc/postgresql/html/functions-string.html +doc/postgresql/html/functions-subquery.html +doc/postgresql/html/functions.html +doc/postgresql/html/geqo-biblio.html +doc/postgresql/html/geqo-intro2.html +doc/postgresql/html/geqo-pg-intro.html +doc/postgresql/html/geqo.html +doc/postgresql/html/gist.html +doc/postgresql/html/groups.html +doc/postgresql/html/history.html +doc/postgresql/html/implementation.html +doc/postgresql/html/index.html +doc/postgresql/html/indexcost.html +doc/postgresql/html/indexes-examine.html +doc/postgresql/html/indexes-expressional.html +doc/postgresql/html/indexes-multicolumn.html +doc/postgresql/html/indexes-opclass.html +doc/postgresql/html/indexes-partial.html +doc/postgresql/html/indexes-types.html +doc/postgresql/html/indexes-unique.html +doc/postgresql/html/indexes.html +doc/postgresql/html/information-schema.html +doc/postgresql/html/infoschema-applicable-roles.html +doc/postgresql/html/infoschema-check-constraints.html +doc/postgresql/html/infoschema-column-domain-usage.html +doc/postgresql/html/infoschema-column-privileges.html +doc/postgresql/html/infoschema-column-udt-usage.html +doc/postgresql/html/infoschema-columns.html +doc/postgresql/html/infoschema-constraint-column-usage.html +doc/postgresql/html/infoschema-constraint-table-usage.html +doc/postgresql/html/infoschema-data-type-privileges.html +doc/postgresql/html/infoschema-datatypes.html +doc/postgresql/html/infoschema-domain-constraints.html +doc/postgresql/html/infoschema-domain-udt-usage.html +doc/postgresql/html/infoschema-domains.html +doc/postgresql/html/infoschema-element-types.html +doc/postgresql/html/infoschema-enabled-roles.html +doc/postgresql/html/infoschema-information-schema-catalog-name.html +doc/postgresql/html/infoschema-key-column-usage.html +doc/postgresql/html/infoschema-parameters.html +doc/postgresql/html/infoschema-referential-constraints.html +doc/postgresql/html/infoschema-role-column-grants.html +doc/postgresql/html/infoschema-role-routine-grants.html +doc/postgresql/html/infoschema-role-table-grants.html +doc/postgresql/html/infoschema-role-usage-grants.html +doc/postgresql/html/infoschema-routine-privileges.html +doc/postgresql/html/infoschema-routines.html +doc/postgresql/html/infoschema-schemata.html +doc/postgresql/html/infoschema-sql-features.html +doc/postgresql/html/infoschema-sql-implementation-info.html +doc/postgresql/html/infoschema-sql-languages.html +doc/postgresql/html/infoschema-sql-packages.html +doc/postgresql/html/infoschema-sql-sizing-profiles.html +doc/postgresql/html/infoschema-sql-sizing.html +doc/postgresql/html/infoschema-table-constraints.html +doc/postgresql/html/infoschema-table-privileges.html +doc/postgresql/html/infoschema-tables.html +doc/postgresql/html/infoschema-triggers.html +doc/postgresql/html/infoschema-usage-privileges.html +doc/postgresql/html/infoschema-view-column-usage.html +doc/postgresql/html/infoschema-view-table-usage.html +doc/postgresql/html/infoschema-views.html +doc/postgresql/html/install-getsource.html +doc/postgresql/html/install-post.html +doc/postgresql/html/install-procedure.html +doc/postgresql/html/install-requirements.html +doc/postgresql/html/install-upgrading.html +doc/postgresql/html/install-win32.html +doc/postgresql/html/installation.html +doc/postgresql/html/internals.html +doc/postgresql/html/jdbc-binary-data.html +doc/postgresql/html/jdbc-callproc.html +doc/postgresql/html/jdbc-datasource.html +doc/postgresql/html/jdbc-ddl.html +doc/postgresql/html/jdbc-ext.html +doc/postgresql/html/jdbc-query.html +doc/postgresql/html/jdbc-reading.html +doc/postgresql/html/jdbc-thread.html +doc/postgresql/html/jdbc-update.html +doc/postgresql/html/jdbc-use.html +doc/postgresql/html/jdbc.html +doc/postgresql/html/kernel-resources.html +doc/postgresql/html/largeobjects.html +doc/postgresql/html/libpgtcl-loading.html +doc/postgresql/html/libpgtcl-ref.html +doc/postgresql/html/libpq-async.html +doc/postgresql/html/libpq-build.html +doc/postgresql/html/libpq-control.html +doc/postgresql/html/libpq-copy.html +doc/postgresql/html/libpq-envars.html +doc/postgresql/html/libpq-example.html +doc/postgresql/html/libpq-exec.html +doc/postgresql/html/libpq-fastpath.html +doc/postgresql/html/libpq-notice-processing.html +doc/postgresql/html/libpq-notify.html +doc/postgresql/html/libpq-pgpass.html +doc/postgresql/html/libpq-status.html +doc/postgresql/html/libpq-threading.html +doc/postgresql/html/libpq.html +doc/postgresql/html/limitations.html +doc/postgresql/html/lo-examplesect.html +doc/postgresql/html/lo-funcs.html +doc/postgresql/html/lo-implementation.html +doc/postgresql/html/lo-interfaces.html +doc/postgresql/html/locking-indexes.html +doc/postgresql/html/logfile-maintenance.html +doc/postgresql/html/maintenance.html +doc/postgresql/html/manage-ag-alternate-locs.html +doc/postgresql/html/manage-ag-config.html +doc/postgresql/html/manage-ag-createdb.html +doc/postgresql/html/manage-ag-dropdb.html +doc/postgresql/html/manage-ag-templatedbs.html +doc/postgresql/html/managing-databases.html +doc/postgresql/html/migration.html +doc/postgresql/html/monitoring-locks.html +doc/postgresql/html/monitoring-stats.html +doc/postgresql/html/monitoring.html +doc/postgresql/html/multibyte.html +doc/postgresql/html/mvcc.html +doc/postgresql/html/nls-programmer.html +doc/postgresql/html/nls.html +doc/postgresql/html/notation.html +doc/postgresql/html/overview.html +doc/postgresql/html/page.html +doc/postgresql/html/parser-stage.html +doc/postgresql/html/performance-tips.html +doc/postgresql/html/perm-functions.html +doc/postgresql/html/pgtcl-examplesect.html +doc/postgresql/html/pgtcl-pgconndefaults.html +doc/postgresql/html/pgtcl-pgconnect.html +doc/postgresql/html/pgtcl-pgdisconnect.html +doc/postgresql/html/pgtcl-pgexec.html +doc/postgresql/html/pgtcl-pgexecute.html +doc/postgresql/html/pgtcl-pglisten.html +doc/postgresql/html/pgtcl-pgloclose.html +doc/postgresql/html/pgtcl-pglocreat.html +doc/postgresql/html/pgtcl-pgloexport.html +doc/postgresql/html/pgtcl-pgloimport.html +doc/postgresql/html/pgtcl-pglolseek.html +doc/postgresql/html/pgtcl-pgloopen.html +doc/postgresql/html/pgtcl-pgloread.html +doc/postgresql/html/pgtcl-pglotell.html +doc/postgresql/html/pgtcl-pglounlink.html +doc/postgresql/html/pgtcl-pglowrite.html +doc/postgresql/html/pgtcl-pgon-connection-loss.html +doc/postgresql/html/pgtcl-pgresult.html +doc/postgresql/html/pgtcl-pgselect.html +doc/postgresql/html/pgtcl.html +doc/postgresql/html/planner-optimizer.html +doc/postgresql/html/planner-stats.html +doc/postgresql/html/plhandler.html +doc/postgresql/html/plperl-data.html +doc/postgresql/html/plperl-database.html +doc/postgresql/html/plperl-missing.html +doc/postgresql/html/plperl-trusted.html +doc/postgresql/html/plperl.html +doc/postgresql/html/plpgsql-control-structures.html +doc/postgresql/html/plpgsql-cursors.html +doc/postgresql/html/plpgsql-declarations.html +doc/postgresql/html/plpgsql-development-tips.html +doc/postgresql/html/plpgsql-errors-and-messages.html +doc/postgresql/html/plpgsql-expressions.html +doc/postgresql/html/plpgsql-porting.html +doc/postgresql/html/plpgsql-statements.html +doc/postgresql/html/plpgsql-structure.html +doc/postgresql/html/plpgsql-trigger.html +doc/postgresql/html/plpgsql.html +doc/postgresql/html/plpython-database.html +doc/postgresql/html/plpython-trigger.html +doc/postgresql/html/plpython.html +doc/postgresql/html/pltcl-data.html +doc/postgresql/html/pltcl-dbaccess.html +doc/postgresql/html/pltcl-functions.html +doc/postgresql/html/pltcl-global.html +doc/postgresql/html/pltcl-procnames.html +doc/postgresql/html/pltcl-trigger.html +doc/postgresql/html/pltcl-unknown.html +doc/postgresql/html/pltcl.html +doc/postgresql/html/populate.html +doc/postgresql/html/postmaster-shutdown.html +doc/postgresql/html/postmaster-start.html +doc/postgresql/html/preface.html +doc/postgresql/html/privileges.html +doc/postgresql/html/protocol-changes.html +doc/postgresql/html/protocol-error-fields.html +doc/postgresql/html/protocol-flow.html +doc/postgresql/html/protocol-message-formats.html +doc/postgresql/html/protocol-message-types.html +doc/postgresql/html/protocol.html +doc/postgresql/html/queries-limit.html +doc/postgresql/html/queries-order.html +doc/postgresql/html/queries-select-lists.html +doc/postgresql/html/queries-table-expressions.html +doc/postgresql/html/queries-union.html +doc/postgresql/html/queries.html +doc/postgresql/html/reference-client.html +doc/postgresql/html/reference-server.html +doc/postgresql/html/reference.html +doc/postgresql/html/regress-evaluation.html +doc/postgresql/html/regress-platform.html +doc/postgresql/html/regress.html +doc/postgresql/html/release-0-01.html +doc/postgresql/html/release-0-02.html +doc/postgresql/html/release-0-03.html +doc/postgresql/html/release-1-0.html +doc/postgresql/html/release-1-01.html +doc/postgresql/html/release-1-02.html +doc/postgresql/html/release-1-09.html +doc/postgresql/html/release-6-0.html +doc/postgresql/html/release-6-1-1.html +doc/postgresql/html/release-6-1.html +doc/postgresql/html/release-6-2-1.html +doc/postgresql/html/release-6-2.html +doc/postgresql/html/release-6-3-1.html +doc/postgresql/html/release-6-3-2.html +doc/postgresql/html/release-6-3.html +doc/postgresql/html/release-6-4-1.html +doc/postgresql/html/release-6-4-2.html +doc/postgresql/html/release-6-4.html +doc/postgresql/html/release-6-5-1.html +doc/postgresql/html/release-6-5-2.html +doc/postgresql/html/release-6-5-3.html +doc/postgresql/html/release-6-5.html +doc/postgresql/html/release-7-0-1.html +doc/postgresql/html/release-7-0-2.html +doc/postgresql/html/release-7-0-3.html +doc/postgresql/html/release-7-0.html +doc/postgresql/html/release-7-1-1.html +doc/postgresql/html/release-7-1-2.html +doc/postgresql/html/release-7-1-3.html +doc/postgresql/html/release-7-1.html +doc/postgresql/html/release-7-2-1.html +doc/postgresql/html/release-7-2-2.html +doc/postgresql/html/release-7-2-3.html +doc/postgresql/html/release-7-2-4.html +doc/postgresql/html/release-7-2.html +doc/postgresql/html/release-7-3-1.html +doc/postgresql/html/release-7-3-2.html +doc/postgresql/html/release-7-3-3.html +doc/postgresql/html/release-7-3-4.html +doc/postgresql/html/release-7-3-5.html +doc/postgresql/html/release-7-3-6.html +doc/postgresql/html/release-7-3.html +doc/postgresql/html/release-7-4-1.html +doc/postgresql/html/release-7-4.html +doc/postgresql/html/release.html +doc/postgresql/html/resources.html +doc/postgresql/html/routine-reindex.html +doc/postgresql/html/rule-system.html +doc/postgresql/html/rules-privileges.html +doc/postgresql/html/rules-status.html +doc/postgresql/html/rules-triggers.html +doc/postgresql/html/rules-update.html +doc/postgresql/html/rules-views.html +doc/postgresql/html/rules.html +doc/postgresql/html/runtime-config.html +doc/postgresql/html/runtime.html +doc/postgresql/html/server-programming.html +doc/postgresql/html/source.html +doc/postgresql/html/spi-examples.html +doc/postgresql/html/spi-interface-support.html +doc/postgresql/html/spi-memory.html +doc/postgresql/html/spi-realloc.html +doc/postgresql/html/spi-spi-connect.html +doc/postgresql/html/spi-spi-copytuple.html +doc/postgresql/html/spi-spi-copytupledesc.html +doc/postgresql/html/spi-spi-copytupleintoslot.html +doc/postgresql/html/spi-spi-cursor-close.html +doc/postgresql/html/spi-spi-cursor-fetch.html +doc/postgresql/html/spi-spi-cursor-find.html +doc/postgresql/html/spi-spi-cursor-move.html +doc/postgresql/html/spi-spi-cursor-open.html +doc/postgresql/html/spi-spi-exec.html +doc/postgresql/html/spi-spi-execp.html +doc/postgresql/html/spi-spi-finish.html +doc/postgresql/html/spi-spi-fname.html +doc/postgresql/html/spi-spi-fnumber.html +doc/postgresql/html/spi-spi-freeplan.html +doc/postgresql/html/spi-spi-freetuple.html +doc/postgresql/html/spi-spi-freetupletable.html +doc/postgresql/html/spi-spi-getbinval.html +doc/postgresql/html/spi-spi-getrelname.html +doc/postgresql/html/spi-spi-gettype.html +doc/postgresql/html/spi-spi-gettypeid.html +doc/postgresql/html/spi-spi-getvalue.html +doc/postgresql/html/spi-spi-modifytuple.html +doc/postgresql/html/spi-spi-palloc.html +doc/postgresql/html/spi-spi-pfree.html +doc/postgresql/html/spi-spi-prepare.html +doc/postgresql/html/spi-spi-saveplan.html +doc/postgresql/html/spi-visibility.html +doc/postgresql/html/spi.html +doc/postgresql/html/sql-abort.html +doc/postgresql/html/sql-alteraggregate.html +doc/postgresql/html/sql-alterconversion.html +doc/postgresql/html/sql-alterdatabase.html +doc/postgresql/html/sql-alterdomain.html +doc/postgresql/html/sql-alterfunction.html +doc/postgresql/html/sql-altergroup.html +doc/postgresql/html/sql-alterlanguage.html +doc/postgresql/html/sql-alteropclass.html +doc/postgresql/html/sql-alterschema.html +doc/postgresql/html/sql-altersequence.html +doc/postgresql/html/sql-altertable.html +doc/postgresql/html/sql-altertrigger.html +doc/postgresql/html/sql-alteruser.html +doc/postgresql/html/sql-analyze.html +doc/postgresql/html/sql-begin.html +doc/postgresql/html/sql-checkpoint.html +doc/postgresql/html/sql-close.html +doc/postgresql/html/sql-cluster.html +doc/postgresql/html/sql-commands.html +doc/postgresql/html/sql-comment.html +doc/postgresql/html/sql-commit.html +doc/postgresql/html/sql-copy.html +doc/postgresql/html/sql-createaggregate.html +doc/postgresql/html/sql-createcast.html +doc/postgresql/html/sql-createconstraint.html +doc/postgresql/html/sql-createconversion.html +doc/postgresql/html/sql-createdatabase.html +doc/postgresql/html/sql-createdomain.html +doc/postgresql/html/sql-createfunction.html +doc/postgresql/html/sql-creategroup.html +doc/postgresql/html/sql-createindex.html +doc/postgresql/html/sql-createlanguage.html +doc/postgresql/html/sql-createopclass.html +doc/postgresql/html/sql-createoperator.html +doc/postgresql/html/sql-createrule.html +doc/postgresql/html/sql-createschema.html +doc/postgresql/html/sql-createsequence.html +doc/postgresql/html/sql-createtable.html +doc/postgresql/html/sql-createtableas.html +doc/postgresql/html/sql-createtrigger.html +doc/postgresql/html/sql-createtype.html +doc/postgresql/html/sql-createuser.html +doc/postgresql/html/sql-createview.html +doc/postgresql/html/sql-deallocate.html +doc/postgresql/html/sql-declare.html +doc/postgresql/html/sql-delete.html +doc/postgresql/html/sql-dropaggregate.html +doc/postgresql/html/sql-dropcast.html +doc/postgresql/html/sql-dropconversion.html +doc/postgresql/html/sql-dropdatabase.html +doc/postgresql/html/sql-dropdomain.html +doc/postgresql/html/sql-dropfunction.html +doc/postgresql/html/sql-dropgroup.html +doc/postgresql/html/sql-dropindex.html +doc/postgresql/html/sql-droplanguage.html +doc/postgresql/html/sql-dropopclass.html +doc/postgresql/html/sql-dropoperator.html +doc/postgresql/html/sql-droprule.html +doc/postgresql/html/sql-dropschema.html +doc/postgresql/html/sql-dropsequence.html +doc/postgresql/html/sql-droptable.html +doc/postgresql/html/sql-droptrigger.html +doc/postgresql/html/sql-droptype.html +doc/postgresql/html/sql-dropuser.html +doc/postgresql/html/sql-dropview.html +doc/postgresql/html/sql-end.html +doc/postgresql/html/sql-execute.html +doc/postgresql/html/sql-explain.html +doc/postgresql/html/sql-expressions.html +doc/postgresql/html/sql-fetch.html +doc/postgresql/html/sql-grant.html +doc/postgresql/html/sql-insert.html +doc/postgresql/html/sql-keywords-appendix.html +doc/postgresql/html/sql-listen.html +doc/postgresql/html/sql-load.html +doc/postgresql/html/sql-lock.html +doc/postgresql/html/sql-move.html +doc/postgresql/html/sql-notify.html +doc/postgresql/html/sql-prepare.html +doc/postgresql/html/sql-reindex.html +doc/postgresql/html/sql-reset.html +doc/postgresql/html/sql-revoke.html +doc/postgresql/html/sql-rollback.html +doc/postgresql/html/sql-select.html +doc/postgresql/html/sql-selectinto.html +doc/postgresql/html/sql-set-constraints.html +doc/postgresql/html/sql-set-session-authorization.html +doc/postgresql/html/sql-set-transaction.html +doc/postgresql/html/sql-set.html +doc/postgresql/html/sql-show.html +doc/postgresql/html/sql-start-transaction.html +doc/postgresql/html/sql-syntax.html +doc/postgresql/html/sql-truncate.html +doc/postgresql/html/sql-unlisten.html +doc/postgresql/html/sql-update.html +doc/postgresql/html/sql-vacuum.html +doc/postgresql/html/sql.html +doc/postgresql/html/ssh-tunnels.html +doc/postgresql/html/ssl-tcp.html +doc/postgresql/html/stylesheet.css +doc/postgresql/html/supported-platforms.html +doc/postgresql/html/transaction-iso.html +doc/postgresql/html/trigger-datachanges.html +doc/postgresql/html/trigger-example.html +doc/postgresql/html/trigger-interface.html +doc/postgresql/html/triggers.html +doc/postgresql/html/tutorial-accessdb.html +doc/postgresql/html/tutorial-advanced.html +doc/postgresql/html/tutorial-agg.html +doc/postgresql/html/tutorial-arch.html +doc/postgresql/html/tutorial-concepts.html +doc/postgresql/html/tutorial-conclusion.html +doc/postgresql/html/tutorial-createdb.html +doc/postgresql/html/tutorial-delete.html +doc/postgresql/html/tutorial-fk.html +doc/postgresql/html/tutorial-inheritance.html +doc/postgresql/html/tutorial-join.html +doc/postgresql/html/tutorial-populate.html +doc/postgresql/html/tutorial-select.html +doc/postgresql/html/tutorial-sql.html +doc/postgresql/html/tutorial-start.html +doc/postgresql/html/tutorial-table.html +doc/postgresql/html/tutorial-transactions.html +doc/postgresql/html/tutorial-update.html +doc/postgresql/html/tutorial-views.html +doc/postgresql/html/tutorial.html +doc/postgresql/html/typeconv-func.html +doc/postgresql/html/typeconv-oper.html +doc/postgresql/html/typeconv-query.html +doc/postgresql/html/typeconv-union-case.html +doc/postgresql/html/typeconv.html +doc/postgresql/html/unsupported-features-sql99.html +doc/postgresql/html/user-attributes.html +doc/postgresql/html/user-manag.html +doc/postgresql/html/view-pg-indexes.html +doc/postgresql/html/view-pg-locks.html +doc/postgresql/html/view-pg-rules.html +doc/postgresql/html/view-pg-settings.html +doc/postgresql/html/view-pg-stats.html +doc/postgresql/html/view-pg-tables.html +doc/postgresql/html/view-pg-user.html +doc/postgresql/html/view-pg-views.html +doc/postgresql/html/views-overview.html +doc/postgresql/html/wal-benefits-later.html +doc/postgresql/html/wal-configuration.html +doc/postgresql/html/wal-internals.html +doc/postgresql/html/wal.html +doc/postgresql/html/xaggr.html +doc/postgresql/html/xfunc-c.html +doc/postgresql/html/xfunc-internal.html +doc/postgresql/html/xfunc-overload.html +doc/postgresql/html/xfunc-pl.html +doc/postgresql/html/xfunc-sql.html +doc/postgresql/html/xfunc.html +doc/postgresql/html/xindex.html +doc/postgresql/html/xoper-optimization.html +doc/postgresql/html/xoper.html +doc/postgresql/html/xplang.html +doc/postgresql/html/xtypes.html +share/doc/postgresql/FAQ +share/doc/postgresql/FAQ_AIX +share/doc/postgresql/FAQ_DEV +share/doc/postgresql/FAQ_HPUX +share/doc/postgresql/FAQ_IRIX +share/doc/postgresql/FAQ_MSWIN +share/doc/postgresql/FAQ_QNX4 +share/doc/postgresql/FAQ_SCO +share/doc/postgresql/FAQ_Solaris +share/doc/postgresql/FAQ_czech +share/doc/postgresql/FAQ_german +share/doc/postgresql/FAQ_hungarian +share/doc/postgresql/FAQ_japanese +share/doc/postgresql/FAQ_polish +share/doc/postgresql/FAQ_russian +share/doc/postgresql/FAQ_turkish +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/TODO.detail/README +share/doc/postgresql/TODO.detail/atttypmod +share/doc/postgresql/TODO.detail/count +share/doc/postgresql/TODO.detail/crossdb +share/doc/postgresql/TODO.detail/delete +share/doc/postgresql/TODO.detail/foreign +share/doc/postgresql/TODO.detail/fsync +share/doc/postgresql/TODO.detail/inheritance +share/doc/postgresql/TODO.detail/java +share/doc/postgresql/TODO.detail/mmap +share/doc/postgresql/TODO.detail/optimizer +share/doc/postgresql/TODO.detail/performance +share/doc/postgresql/TODO.detail/persistent +share/doc/postgresql/TODO.detail/pool +share/doc/postgresql/TODO.detail/prepare +share/doc/postgresql/TODO.detail/replication +share/doc/postgresql/TODO.detail/tablespaces +share/doc/postgresql/TODO.detail/thread +share/doc/postgresql/TODO.detail/transactions +share/doc/postgresql/TODO.detail/trigger +share/doc/postgresql/TODO.detail/typeconv +share/doc/postgresql/TODO.detail/update +share/doc/postgresql/TODO.detail/vacuum +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/bug.template +@dirrm share/doc/postgresql/TODO.detail +@dirrm share/doc/postgresql +@dirrm doc/postgresql/html -- cgit v1.2.3