diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-08-26 23:14:23 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-08-26 23:14:23 +0000 |
commit | 63c7505c62ad56eca4c5cc8111217ecb3f365798 (patch) | |
tree | 4beca46a20f44e665065144d176a14bda45da206 /databases | |
parent | d43a41f86f16f9700450f6cb50e6250279d13dfb (diff) | |
download | ports-63c7505c62ad56eca4c5cc8111217ecb3f365798.tar.gz ports-63c7505c62ad56eca4c5cc8111217ecb3f365798.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/postgresql-docs/Makefile | 24 | ||||
-rw-r--r-- | databases/postgresql-docs/pkg-comment | 1 | ||||
-rw-r--r-- | databases/postgresql-docs/pkg-descr | 1 | ||||
-rw-r--r-- | databases/postgresql-docs/pkg-plist | 550 |
5 files changed, 577 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 43f9c648c402..f9726739033f 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -113,6 +113,7 @@ SUBDIR += php-sqlrelay SUBDIR += phpmyadmin SUBDIR += phppgadmin + SUBDIR += postgresql-docs SUBDIR += postgresql-jdbc SUBDIR += postgresql-odbc SUBDIR += postgresql-plruby diff --git a/databases/postgresql-docs/Makefile b/databases/postgresql-docs/Makefile new file mode 100644 index 000000000000..41bfb1091155 --- /dev/null +++ b/databases/postgresql-docs/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: PostgreSQL docs +# Date created: August 26, 2002 +# Whom: Palle Girgensohn <girgen@partitur.se> +# +# $FreeBSD$ +# + +PORTNAME= postgresql +PKGNAMESUFFIX= -docs + +MAINTAINER= girgen@partitur.se + +POSTGRESQL_SUBPORT= YES +.include <${.CURDIR}/../postgresql7/Makefile> +DISTFILES= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX} +.undef GNU_CONFIGURE +NO_BUILD= YES + +do-install: + $(MKDIR) ${PREFIX}/share/doc/postgresql/html; \ + ${GZIP_CMD} -dc ${WRKSRC}/doc/postgres.tar.gz | \ + ( cd $(PREFIX)/share/doc/postgresql/html && $(TAR) xf - ) + +.include <bsd.port.mk> diff --git a/databases/postgresql-docs/pkg-comment b/databases/postgresql-docs/pkg-comment new file mode 100644 index 000000000000..2901b43e0eb2 --- /dev/null +++ b/databases/postgresql-docs/pkg-comment @@ -0,0 +1 @@ +PostgreSQL documentation diff --git a/databases/postgresql-docs/pkg-descr b/databases/postgresql-docs/pkg-descr new file mode 100644 index 000000000000..2f4350378246 --- /dev/null +++ b/databases/postgresql-docs/pkg-descr @@ -0,0 +1 @@ +This port installs all of PostgreSQL's documentation files. diff --git a/databases/postgresql-docs/pkg-plist b/databases/postgresql-docs/pkg-plist new file mode 100644 index 000000000000..9d59488e7a9b --- /dev/null +++ b/databases/postgresql-docs/pkg-plist @@ -0,0 +1,550 @@ +share/doc/postgresql/html/index.html +share/doc/postgresql/html/tutorial.html +share/doc/postgresql/html/tutorial-welcome.html +share/doc/postgresql/html/tutorial-start.html +share/doc/postgresql/html/tutorial-arch.html +share/doc/postgresql/html/tutorial-createdb.html +share/doc/postgresql/html/tutorial-accessdb.html +share/doc/postgresql/html/tutorial-sql.html +share/doc/postgresql/html/tutorial-concepts.html +share/doc/postgresql/html/tutorial-table.html +share/doc/postgresql/html/tutorial-populate.html +share/doc/postgresql/html/tutorial-select.html +share/doc/postgresql/html/tutorial-join.html +share/doc/postgresql/html/tutorial-agg.html +share/doc/postgresql/html/tutorial-update.html +share/doc/postgresql/html/tutorial-delete.html +share/doc/postgresql/html/user.html +share/doc/postgresql/html/tutorial-advanced.html +share/doc/postgresql/html/tutorial-views.html +share/doc/postgresql/html/tutorial-fk.html +share/doc/postgresql/html/tutorial-transactions.html +share/doc/postgresql/html/tutorial-inheritance.html +share/doc/postgresql/html/tutorial-conclusion.html +share/doc/postgresql/html/preface.html +share/doc/postgresql/html/history.html +share/doc/postgresql/html/resources.html +share/doc/postgresql/html/notation.html +share/doc/postgresql/html/bug-reporting.html +share/doc/postgresql/html/y2k.html +share/doc/postgresql/html/sql-syntax.html +share/doc/postgresql/html/sql-syntax-columns.html +share/doc/postgresql/html/sql-expressions.html +share/doc/postgresql/html/sql-precedence.html +share/doc/postgresql/html/queries.html +share/doc/postgresql/html/queries-union.html +share/doc/postgresql/html/queries-table-expressions.html +share/doc/postgresql/html/queries-select-lists.html +share/doc/postgresql/html/queries-order.html +share/doc/postgresql/html/queries-limit.html +share/doc/postgresql/html/datatype.html +share/doc/postgresql/html/datatype-money.html +share/doc/postgresql/html/datatype-character.html +share/doc/postgresql/html/datatype-binary.html +share/doc/postgresql/html/datatype-datetime.html +share/doc/postgresql/html/datatype-boolean.html +share/doc/postgresql/html/datatype-geometric.html +share/doc/postgresql/html/datatype-net-types.html +share/doc/postgresql/html/datatype-bit.html +share/doc/postgresql/html/functions.html +share/doc/postgresql/html/functions-comparison.html +share/doc/postgresql/html/functions-math.html +share/doc/postgresql/html/arrays.html +share/doc/postgresql/html/functions-string.html +share/doc/postgresql/html/functions-binarystring.html +share/doc/postgresql/html/functions-matching.html +share/doc/postgresql/html/functions-formatting.html +share/doc/postgresql/html/functions-datetime.html +share/doc/postgresql/html/functions-geometry.html +share/doc/postgresql/html/functions-net.html +share/doc/postgresql/html/functions-sequence.html +share/doc/postgresql/html/functions-conditional.html +share/doc/postgresql/html/functions-misc.html +share/doc/postgresql/html/functions-aggregate.html +share/doc/postgresql/html/functions-subquery.html +share/doc/postgresql/html/typeconv.html +share/doc/postgresql/html/typeconv-overview.html +share/doc/postgresql/html/typeconv-oper.html +share/doc/postgresql/html/typeconv-func.html +share/doc/postgresql/html/typeconv-query.html +share/doc/postgresql/html/typeconv-union-case.html +share/doc/postgresql/html/indexes.html +share/doc/postgresql/html/indexes-types.html +share/doc/postgresql/html/indexes-multicolumn.html +share/doc/postgresql/html/indexes-unique.html +share/doc/postgresql/html/indexes-functional.html +share/doc/postgresql/html/indexes-opclass.html +share/doc/postgresql/html/keys.html +share/doc/postgresql/html/indexes-partial.html +share/doc/postgresql/html/indexes-examine.html +share/doc/postgresql/html/inherit.html +share/doc/postgresql/html/mvcc.html +share/doc/postgresql/html/transaction-iso.html +share/doc/postgresql/html/xact-read-committed.html +share/doc/postgresql/html/xact-serializable.html +share/doc/postgresql/html/applevel-consistency.html +share/doc/postgresql/html/locking-tables.html +share/doc/postgresql/html/locking-indexes.html +share/doc/postgresql/html/manage.html +share/doc/postgresql/html/db-accessing.html +share/doc/postgresql/html/db-destroy.html +share/doc/postgresql/html/performance-tips.html +share/doc/postgresql/html/planner-stats.html +share/doc/postgresql/html/explicit-joins.html +share/doc/postgresql/html/populate.html +share/doc/postgresql/html/datetime-appendix.html +share/doc/postgresql/html/timezones.html +share/doc/postgresql/html/units-history.html +share/doc/postgresql/html/sql-keywords-appendix.html +share/doc/postgresql/html/biblio.html +share/doc/postgresql/html/admin.html +share/doc/postgresql/html/installation.html +share/doc/postgresql/html/install-requirements.html +share/doc/postgresql/html/install-getsource.html +share/doc/postgresql/html/install-upgrading.html +share/doc/postgresql/html/install-procedure.html +share/doc/postgresql/html/install-post.html +share/doc/postgresql/html/supported-platforms.html +share/doc/postgresql/html/install-win32.html +share/doc/postgresql/html/runtime.html +share/doc/postgresql/html/creating-cluster.html +share/doc/postgresql/html/postmaster-start.html +share/doc/postgresql/html/runtime-config.html +share/doc/postgresql/html/kernel-resources.html +share/doc/postgresql/html/postmaster-shutdown.html +share/doc/postgresql/html/ssl-tcp.html +share/doc/postgresql/html/ssh-tunnels.html +share/doc/postgresql/html/client-authentication.html +share/doc/postgresql/html/auth-methods.html +share/doc/postgresql/html/client-authentication-problems.html +share/doc/postgresql/html/charset.html +share/doc/postgresql/html/recode.html +share/doc/postgresql/html/multibyte.html +share/doc/postgresql/html/managing-databases.html +share/doc/postgresql/html/manage-ag-dropdb.html +share/doc/postgresql/html/user-manag.html +share/doc/postgresql/html/groups.html +share/doc/postgresql/html/privileges.html +share/doc/postgresql/html/perm-functions.html +share/doc/postgresql/html/maintenance.html +share/doc/postgresql/html/routine-vacuuming.html +share/doc/postgresql/html/logfile-maintenance.html +share/doc/postgresql/html/backup.html +share/doc/postgresql/html/backup-file.html +share/doc/postgresql/html/migration.html +share/doc/postgresql/html/monitoring.html +share/doc/postgresql/html/monitoring-stats.html +share/doc/postgresql/html/wal.html +share/doc/postgresql/html/wal-implementation.html +share/doc/postgresql/html/wal-configuration.html +share/doc/postgresql/html/storage.html +share/doc/postgresql/html/libpq.html +share/doc/postgresql/html/failure.html +share/doc/postgresql/html/failure-disk-failed.html +share/doc/postgresql/html/regress.html +share/doc/postgresql/html/regress-run.html +share/doc/postgresql/html/regress-evaluation.html +share/doc/postgresql/html/regress-platform.html +share/doc/postgresql/html/release.html +share/doc/postgresql/html/release-7-2.html +share/doc/postgresql/html/release-7-1-3.html +share/doc/postgresql/html/release-7-1-2.html +share/doc/postgresql/html/release-7-1-1.html +share/doc/postgresql/html/release-7-1.html +share/doc/postgresql/html/release-7-0-3.html +share/doc/postgresql/html/release-7-0-2.html +share/doc/postgresql/html/release-7-0-1.html +share/doc/postgresql/html/release-7-0.html +share/doc/postgresql/html/release-6-5-3.html +share/doc/postgresql/html/release-6-5-2.html +share/doc/postgresql/html/release-6-5-1.html +share/doc/postgresql/html/release-6-5.html +share/doc/postgresql/html/release-6-4-2.html +share/doc/postgresql/html/release-6-4-1.html +share/doc/postgresql/html/release-6-4.html +share/doc/postgresql/html/release-6-3-2.html +share/doc/postgresql/html/release-6-3-1.html +share/doc/postgresql/html/release-6-3.html +share/doc/postgresql/html/release-6-2-1.html +share/doc/postgresql/html/release-6-2.html +share/doc/postgresql/html/release-6-1-1.html +share/doc/postgresql/html/release-6-1.html +share/doc/postgresql/html/release-6-0.html +share/doc/postgresql/html/release-1-09.html +share/doc/postgresql/html/release-1-02.html +share/doc/postgresql/html/release-1-01.html +share/doc/postgresql/html/release-1-0.html +share/doc/postgresql/html/release-0-03.html +share/doc/postgresql/html/release-0-02.html +share/doc/postgresql/html/release-0-01.html +share/doc/postgresql/html/programmer.html +share/doc/postgresql/html/programmer-client.html +share/doc/postgresql/html/libpq-connect.html +share/doc/postgresql/html/libpq-exec.html +share/doc/postgresql/html/libpq-async.html +share/doc/postgresql/html/libpq-fastpath.html +share/doc/postgresql/html/libpq-notify.html +share/doc/postgresql/html/libpq-copy.html +share/doc/postgresql/html/libpq-trace.html +share/doc/postgresql/html/libpq-control.html +share/doc/postgresql/html/libpq-envars.html +share/doc/postgresql/html/libpq-threading.html +share/doc/postgresql/html/libpq-build.html +share/doc/postgresql/html/libpq-example.html +share/doc/postgresql/html/largeobjects.html +share/doc/postgresql/html/lo-implementation.html +share/doc/postgresql/html/lo-interfaces.html +share/doc/postgresql/html/lo-funcs.html +share/doc/postgresql/html/lo-libpq.html +share/doc/postgresql/html/libpqplusplus.html +share/doc/postgresql/html/libpqpp-init.html +share/doc/postgresql/html/libpqpp-classes.html +share/doc/postgresql/html/libpqpp-connect.html +share/doc/postgresql/html/libpqpp-exec.html +share/doc/postgresql/html/libpqpp-notify.html +share/doc/postgresql/html/libpqpp-copy.html +share/doc/postgresql/html/pgtcl.html +share/doc/postgresql/html/libpgtcl-loading.html +share/doc/postgresql/html/libpgtcl-ref.html +share/doc/postgresql/html/pgtcl-pgconnect.html +share/doc/postgresql/html/pgtcl-pgdisconnect.html +share/doc/postgresql/html/pgtcl-pgconndefaults.html +share/doc/postgresql/html/pgtcl-pgexec.html +share/doc/postgresql/html/pgtcl-pgresult.html +share/doc/postgresql/html/pgeasy.html +share/doc/postgresql/html/pgtcl-pgselect.html +share/doc/postgresql/html/pgtcl-pglisten.html +share/doc/postgresql/html/pgtcl-pglocreat.html +share/doc/postgresql/html/pgtcl-pgloopen.html +share/doc/postgresql/html/pgtcl-pgloclose.html +share/doc/postgresql/html/pgtcl-pgloread.html +share/doc/postgresql/html/pgtcl-pglowrite.html +share/doc/postgresql/html/pgtcl-pglolseek.html +share/doc/postgresql/html/pgtcl-pglotell.html +share/doc/postgresql/html/pgtcl-pglounlink.html +share/doc/postgresql/html/pgtcl-pgloimport.html +share/doc/postgresql/html/pgtcl-pgloexport.html +share/doc/postgresql/html/ecpg.html +share/doc/postgresql/html/ecpg-concept.html +share/doc/postgresql/html/ecpg-use.html +share/doc/postgresql/html/ecpg-limitations.html +share/doc/postgresql/html/ecpg-porting.html +share/doc/postgresql/html/ecpg-develop.html +share/doc/postgresql/html/odbc.html +share/doc/postgresql/html/odbc-install.html +share/doc/postgresql/html/odbc-config.html +share/doc/postgresql/html/odbc-windows.html +share/doc/postgresql/html/odbc-applixware.html +share/doc/postgresql/html/jdbc.html +share/doc/postgresql/html/jdbc-use.html +share/doc/postgresql/html/jdbc-query.html +share/doc/postgresql/html/jdbc-update.html +share/doc/postgresql/html/jdbc-ddl.html +share/doc/postgresql/html/jdbc-binary-data.html +share/doc/postgresql/html/jdbc-ext.html +share/doc/postgresql/html/jdbc-thread.html +share/doc/postgresql/html/jdbc-reading.html +share/doc/postgresql/html/pygresql.html +share/doc/postgresql/html/pygresql-pg-functions.html +share/doc/postgresql/html/pygresql-connect.html +share/doc/postgresql/html/pygresql-get-defhost.html +share/doc/postgresql/html/pygresql-set-defhost.html +share/doc/postgresql/html/pygresql-get-defport.html +share/doc/postgresql/html/pygresql-set-defport.html +share/doc/postgresql/html/pygresql-get-defopt.html +share/doc/postgresql/html/pygresql-set-defopt.html +share/doc/postgresql/html/pygresql-get-deftty.html +share/doc/postgresql/html/pygresql-set-deftty.html +share/doc/postgresql/html/pygresql-get-defbase.html +share/doc/postgresql/html/pygresql-set-defbase.html +share/doc/postgresql/html/pygresql-pg-pgobject.html +share/doc/postgresql/html/pygresql-query.html +share/doc/postgresql/html/pygresql-reset.html +share/doc/postgresql/html/pygresql-close.html +share/doc/postgresql/html/pygresql-fileno.html +share/doc/postgresql/html/pygresql-getnotify.html +share/doc/postgresql/html/pygresql-inserttable.html +share/doc/postgresql/html/pygresql-putline.html +share/doc/postgresql/html/pygresql-getline.html +share/doc/postgresql/html/pygresql-endcopy.html +share/doc/postgresql/html/pygresql-locreate.html +share/doc/postgresql/html/pygresql-getlo.html +share/doc/postgresql/html/pygresql-loimport.html +share/doc/postgresql/html/pygresql-pg-db.html +share/doc/postgresql/html/pygresql-db-pkey.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-attnames.html +share/doc/postgresql/html/pygresql-db-get.html +share/doc/postgresql/html/pygresql-db-insert.html +share/doc/postgresql/html/pygresql-db-update.html +share/doc/postgresql/html/pygresql-db-clear.html +share/doc/postgresql/html/pygresql-db-delete.html +share/doc/postgresql/html/pygresql-pg-pgqueryobject.html +share/doc/postgresql/html/pygresql-pgqueryobject-getresult.html +share/doc/postgresql/html/pygresql-pgqueryobject-dictresult.html +share/doc/postgresql/html/pygresql-pgqueryobject-listfields.html +share/doc/postgresql/html/pygresql-pgqueryobject-fieldname.html +share/doc/postgresql/html/pygresql-pgqueryobject-fieldnum.html +share/doc/postgresql/html/pygresql-pgqueryobject-ntuples.html +share/doc/postgresql/html/pygresql-pg-pglarge.html +share/doc/postgresql/html/pygresql-pglargeobject-open.html +share/doc/postgresql/html/pygresql-pglargeobject-close.html +share/doc/postgresql/html/pygresql-pglargeobject-read.html +share/doc/postgresql/html/pygresql-pglargeobject-write.html +share/doc/postgresql/html/pygresql-pglargeobject-seek.html +share/doc/postgresql/html/pygresql-pglargeobject-tell.html +share/doc/postgresql/html/pygresql-pglargeobject-unlink.html +share/doc/postgresql/html/pygresql-pglargeobject-size.html +share/doc/postgresql/html/pygresql-pglargeobject-export.html +share/doc/postgresql/html/pygresql-db-api.html +share/doc/postgresql/html/programmer-server.html +share/doc/postgresql/html/arch-pg.html +share/doc/postgresql/html/extend.html +share/doc/postgresql/html/type-system.html +share/doc/postgresql/html/pg-system-catalogs.html +share/doc/postgresql/html/xfunc.html +share/doc/postgresql/html/xfunc-sql.html +share/doc/postgresql/html/xfunc-pl.html +share/doc/postgresql/html/xfunc-internal.html +share/doc/postgresql/html/xfunc-c.html +share/doc/postgresql/html/xfunc-overload.html +share/doc/postgresql/html/xfunc-plhandler.html +share/doc/postgresql/html/xtypes.html +share/doc/postgresql/html/xoper.html +share/doc/postgresql/html/xoper-example.html +share/doc/postgresql/html/xoper-optimization.html +share/doc/postgresql/html/xaggr.html +share/doc/postgresql/html/rules.html +share/doc/postgresql/html/querytree.html +share/doc/postgresql/html/rules-views.html +share/doc/postgresql/html/rules-insert.html +share/doc/postgresql/html/rules-permissions.html +share/doc/postgresql/html/rules-triggers.html +share/doc/postgresql/html/xindex.html +share/doc/postgresql/html/xindex-am.html +share/doc/postgresql/html/xindex-support.html +share/doc/postgresql/html/xindex-strategies.html +share/doc/postgresql/html/xindex-opclass.html +share/doc/postgresql/html/xindex-operators.html +share/doc/postgresql/html/indexcost.html +share/doc/postgresql/html/gist.html +share/doc/postgresql/html/triggers.html +share/doc/postgresql/html/trigger-manager.html +share/doc/postgresql/html/trigger-datachanges.html +share/doc/postgresql/html/trigger-examples.html +share/doc/postgresql/html/spi.html +share/doc/postgresql/html/spi-spiconnect.html +share/doc/postgresql/html/spi-spifinish.html +share/doc/postgresql/html/spi-spiexec.html +share/doc/postgresql/html/spi-spiprepare.html +share/doc/postgresql/html/spi-spiexecp.html +share/doc/postgresql/html/spi-spicursor-open.html +share/doc/postgresql/html/spi-spicursor-find.html +share/doc/postgresql/html/spi-spifnumber.html +share/doc/postgresql/html/spi-spicursor-fetch.html +share/doc/postgresql/html/spi-spicursor-move.html +share/doc/postgresql/html/spi-spicursor-close.html +share/doc/postgresql/html/spi-spisaveplan.html +share/doc/postgresql/html/spi-interface-support.html +share/doc/postgresql/html/spi-spifname.html +share/doc/postgresql/html/spi-spigetvalue.html +share/doc/postgresql/html/spi-spigetbinval.html +share/doc/postgresql/html/spi-spigettype.html +share/doc/postgresql/html/spi-spigettypeid.html +share/doc/postgresql/html/spi-spigetrelname.html +share/doc/postgresql/html/spi-memory.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-spimodifytuple.html +share/doc/postgresql/html/spi-spipalloc.html +share/doc/postgresql/html/spi-spirepalloc.html +share/doc/postgresql/html/spi-spipfree.html +share/doc/postgresql/html/spi-spifreetuple.html +share/doc/postgresql/html/spi-spifreetuptable.html +share/doc/postgresql/html/spi-spifreeplan.html +share/doc/postgresql/html/spi-visibility.html +share/doc/postgresql/html/spi-examples.html +share/doc/postgresql/html/programmer-pl.html +share/doc/postgresql/html/xplang.html +share/doc/postgresql/html/xplang-install.html +share/doc/postgresql/html/plpgsql.html +share/doc/postgresql/html/plpgsql-structure.html +share/doc/postgresql/html/plpgsql-declarations.html +share/doc/postgresql/html/plpgsql-expressions.html +share/doc/postgresql/html/plpgsql-statements.html +share/doc/postgresql/html/plpgsql-control-structures.html +share/doc/postgresql/html/pltcl.html +share/doc/postgresql/html/plpgsql-cursors.html +share/doc/postgresql/html/plpgsql-errors-and-messages.html +share/doc/postgresql/html/plpgsql-trigger.html +share/doc/postgresql/html/plpgsql-examples.html +share/doc/postgresql/html/plpgsql-porting.html +share/doc/postgresql/html/pltcl-description.html +share/doc/postgresql/html/plperl.html +share/doc/postgresql/html/plperl-description.html +share/doc/postgresql/html/plperl-install.html +share/doc/postgresql/html/plpython.html +share/doc/postgresql/html/plpython-install.html +share/doc/postgresql/html/plpython-using.html +share/doc/postgresql/html/reference.html +share/doc/postgresql/html/reference-preface.html +share/doc/postgresql/html/sql-commands.html +share/doc/postgresql/html/sql-abort.html +share/doc/postgresql/html/sql-altergroup.html +share/doc/postgresql/html/sql-altertable.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-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-createconstraint.html +share/doc/postgresql/html/sql-createdatabase.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-createoperator.html +share/doc/postgresql/html/sql-createrule.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-declare.html +share/doc/postgresql/html/sql-delete.html +share/doc/postgresql/html/sql-dropaggregate.html +share/doc/postgresql/html/sql-dropdatabase.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-dropoperator.html +share/doc/postgresql/html/sql-droprule.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-explain.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-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-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.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-show.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/reference-client.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-pgaccess.html +share/doc/postgresql/html/app-pgconfig.html +share/doc/postgresql/html/app-pgdump.html +share/doc/postgresql/html/app-pg-dumpall.html +share/doc/postgresql/html/app-pgrestore.html +share/doc/postgresql/html/app-psql.html +share/doc/postgresql/html/app-pgtclsh.html +share/doc/postgresql/html/app-pgtksh.html +share/doc/postgresql/html/app-vacuumdb.html +share/doc/postgresql/html/reference-server.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-passwd.html +share/doc/postgresql/html/app-postgres.html +share/doc/postgresql/html/app-postmaster.html +share/doc/postgresql/html/developer.html +share/doc/postgresql/html/source.html +share/doc/postgresql/html/overview.html +share/doc/postgresql/html/connect-estab.html +share/doc/postgresql/html/parser-stage.html +share/doc/postgresql/html/rule-system.html +share/doc/postgresql/html/planner-optimizer.html +share/doc/postgresql/html/executor.html +share/doc/postgresql/html/catalogs.html +share/doc/postgresql/html/catalog-pg-aggregate.html +share/doc/postgresql/html/catalog-pg-attrdef.html +share/doc/postgresql/html/catalog-pg-attribute.html +share/doc/postgresql/html/catalog-pg-class.html +share/doc/postgresql/html/catalog-pg-database.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-operator.html +share/doc/postgresql/html/catalog-pg-proc.html +share/doc/postgresql/html/catalog-pg-relcheck.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/protocol.html +share/doc/postgresql/html/protocol-protocol.html +share/doc/postgresql/html/protocol-message-types.html +share/doc/postgresql/html/protocol-message-formats.html +share/doc/postgresql/html/compiler.html +share/doc/postgresql/html/bki.html +share/doc/postgresql/html/bki-commands.html +share/doc/postgresql/html/bki-example.html +share/doc/postgresql/html/page.html +share/doc/postgresql/html/geqo.html +share/doc/postgresql/html/geqo-intro2.html +share/doc/postgresql/html/geqo-pg-intro.html +share/doc/postgresql/html/geqo-biblio.html +share/doc/postgresql/html/nls.html +share/doc/postgresql/html/nls-programmer.html +share/doc/postgresql/html/cvs.html +share/doc/postgresql/html/cvs-tree.html +share/doc/postgresql/html/cvsup.html +share/doc/postgresql/html/docguide.html +share/doc/postgresql/html/doc-toolsets.html +share/doc/postgresql/html/doc-build.html +share/doc/postgresql/html/doc-sources.html +share/doc/postgresql/html/setindex.html +share/doc/postgresql/html/ln25.html +share/doc/postgresql/html/ln650.html +share/doc/postgresql/html/ln13560.html +share/doc/postgresql/html/ln19374.html +share/doc/postgresql/html/ln31728.html +share/doc/postgresql/html/ln43811.html +share/doc/postgresql/html/catalogs.gif +share/doc/postgresql/html/connections.gif +share/doc/postgresql/html/stylesheet.css +@dirrm share/doc/postgresql/html +@dirrm share/doc/postgresql |