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