pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql74-docs Initial import of PostgreS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/186b3341ed39
branches:  trunk
changeset: 473353:186b3341ed39
user:      recht <recht%pkgsrc.org@localhost>
date:      Mon Apr 19 00:05:25 2004 +0000

description:
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.

diffstat:

 databases/postgresql74-docs/DESCR    |    9 +
 databases/postgresql74-docs/Makefile |   28 +
 databases/postgresql74-docs/PLIST    |  653 +++++++++++++++++++++++++++++++++++
 3 files changed, 690 insertions(+), 0 deletions(-)

diffs (truncated from 702 to 300 lines):

diff -r 2e917c27dc55 -r 186b3341ed39 databases/postgresql74-docs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql74-docs/DESCR Mon Apr 19 00:05:25 2004 +0000
@@ -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 -r 2e917c27dc55 -r 186b3341ed39 databases/postgresql74-docs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql74-docs/Makefile      Mon Apr 19 00:05:25 2004 +0000
@@ -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 -r 2e917c27dc55 -r 186b3341ed39 databases/postgresql74-docs/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql74-docs/PLIST Mon Apr 19 00:05:25 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index