summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2005-01-23 10:06:21 +0000
committerSean Chittenden <seanc@FreeBSD.org>2005-01-23 10:06:21 +0000
commit1b5152db3bd8781a622980ecf7e38bd9a1b5af5a (patch)
tree57e81c48b94a896e0f83208f56477a068e7e3ed3
parent- Update to 2.0.2 (diff)
Enter PostgreSQL 8.0.0. Given 4.11 is still being released, abuse -devel by
stuffing the 8.0.0 release in here for the time being. Port epoch bumped because 8.0.rc* is greater than 8.0.0. A note from UPDATING to people who want to use 8.0.0 via -devel in production: The -devel port has been updated to contain 8.0 release since postgresql80-server can not be updated until 4.11 is released and the changes in PR ports/75344 are committed. Users who need 8.0 now can use the -devel port, however, once postgresql80-server has been committed, -devel will begin tracking 8.1. Please be smart about tracking ports and if used in production, update to databases/postgresql80-server as soon as it becomes available. No dump/reload will be required when changing from -devel to postgresql80-server. Check out the release notes and the shiny new PostgreSQL.org website at: http://www.PostgreSQL.org/docs/8.0/static/release.html#RELEASE-8-0
Notes
Notes: svn path=/head/; revision=127126
-rw-r--r--UPDATING14
-rw-r--r--databases/postgresql-devel-server/Makefile2
-rw-r--r--databases/postgresql-devel/Makefile49
-rw-r--r--databases/postgresql-devel/distinfo4
-rw-r--r--databases/postgresql-devel/pkg-plist603
-rw-r--r--databases/postgresql80-server/Makefile2
-rw-r--r--databases/postgresql81-server/Makefile2
-rw-r--r--databases/postgresql82-server/Makefile2
-rw-r--r--databases/postgresql83-server/Makefile2
-rw-r--r--databases/postgresql84-server/Makefile2
-rw-r--r--databases/postgresql90-server/Makefile2
-rw-r--r--databases/postgresql91-server/Makefile2
-rw-r--r--databases/postgresql92-server/Makefile2
13 files changed, 675 insertions, 13 deletions
diff --git a/UPDATING b/UPDATING
index 5b022ea9d820..86a62351dd46 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,20 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20050122:
+ AFFECTS: users of PostgreSQL
+ AUTHOR: seanc@FreeBSD.org
+
+ The -devel port has been updated to contain 8.0 release since
+ postgresql80-server can not be updated until 4.11 is released and the
+ changes in PR ports/75344 are committed. Users who need 8.0 now can
+ use the -devel port, however, once postgresql80-server has been
+ committed, -devel will begin tracking 8.1. Please be smart about
+ tracking ports and if used in production, update to
+ databases/postgresql80-server as soon as it becomes available. No
+ dump/reload will be required when changing from -devel to
+ postgresql80-server.
+
20050117:
AFFECTS: users of mail/spambnc
AUTHOR: thierry@FreeBSD.org
diff --git a/databases/postgresql-devel-server/Makefile b/databases/postgresql-devel-server/Makefile
index 7ea9a0e7cd0c..9caed98f74f1 100644
--- a/databases/postgresql-devel-server/Makefile
+++ b/databases/postgresql-devel-server/Makefile
@@ -20,7 +20,7 @@ COMMENT?= The most advanced open-source database available anywhere
# XXX: this will eventually go away
.if !defined(PGSQL_WORK_IN_PROGRESS)
-BROKEN= Work in progress, please use databases/postgresql-devel until further notice
+BROKEN= pending ports/75344, the 8.0 release can be used via the postgresql-devel port
.endif
CONFLICTS?= ${PORTNAME}${PKGNAMESUFFIX}-7.[0-35-9]* \
diff --git a/databases/postgresql-devel/Makefile b/databases/postgresql-devel/Makefile
index dcf6531ab196..d29ae49acaeb 100644
--- a/databases/postgresql-devel/Makefile
+++ b/databases/postgresql-devel/Makefile
@@ -6,9 +6,11 @@
#
PORTNAME?= postgresql
-PORTVERSION?= 8.0.rc5.2005.01.16
+PORTVERSION?= 8.0.0
+PORTEPOCH= 1
CATEGORIES?= databases
-MASTER_SITES= http://people.FreeBSD.org/~seanc/ports/pgsql/
+MASTER_SITES= ${MASTER_SITE_PGSQL}
+MASTER_SITE_SUBDIR= source/v${PORTVERSION}
PATCH_SITES= http://people.FreeBSD.org/~seanc/patches/pgsql/
PKGNAMESUFFIX= -devel
DIST_SUBDIR= postgresql
@@ -23,6 +25,41 @@ USE_GMAKE= YES
USE_PERL5_BUILD= YES
GNU_CONFIGURE= YES
+MAN1= ecpg.1 clusterdb.1 createdb.1 createlang.1 createuser.1 dropdb.1 \
+ droplang.1 dropuser.1 initdb.1 ipcclean.1 pg_config.1 pg_controldata.1 \
+ pg_ctl.1 pg_dump.1 pg_dumpall.1 pg_resetxlog.1 pg_restore.1 postgres.1 \
+ postmaster.1 psql.1 vacuumdb.1
+
+MAN7= reset.7 set.7 abort.7 alter_aggregate.7 alter_conversion.7 alter_database.7 \
+ alter_domain.7 alter_function.7 alter_group.7 alter_index.7 alter_language.7 \
+ alter_operator.7 alter_operator_class.7 alter_schema.7 alter_sequence.7 \
+ alter_table.7 alter_tablespace.7 alter_trigger.7 alter_type.7 alter_user.7 \
+ analyze.7 begin.7 checkpoint.7 close.7 cluster.7 comment.7 commit.7 copy.7 \
+ create_aggregate.7 create_cast.7 create_constraint_trigger.7 \
+ create_conversion.7 create_database.7 create_domain.7 create_function.7 \
+ create_group.7 create_index.7 create_language.7 create_operator.7 \
+ create_operator_class.7 create_rule.7 create_schema.7 end.7 create_sequence.7 \
+ create_table.7 create_table_as.7 create_tablespace.7 create_trigger.7 \
+ create_type.7 create_user.7 create_view.7 deallocate.7 declare.7 delete.7 \
+ drop_aggregate.7 drop_cast.7 drop_conversion.7 drop_database.7 drop_domain.7 \
+ drop_function.7 drop_group.7 drop_index.7 drop_language.7 drop_rule.7 \
+ drop_operator.7 drop_operator_class.7 drop_schema.7 drop_sequence.7 \
+ drop_table.7 drop_tablespace.7 drop_trigger.7 drop_type.7 drop_user.7 \
+ drop_view.7 execute.7 explain.7 fetch.7 grant.7 insert.7 listen.7 load.7 \
+ lock.7 move.7 notify.7 prepare.7 reindex.7 release_savepoint.7 revoke.7 \
+ rollback.7 rollback_to_savepoint.7 savepoint.7 select.7 select_into.7 \
+ set_constraints.7 set_session_authorization.7 set_transaction.7 show.7 \
+ spi_connect.7 spi_copytuple.7 spi_cursor_close.7 spi_cursor_fetch.7 \
+ spi_cursor_find.7 spi_cursor_move.7 spi_cursor_open.7 spi_exec.7 spi_execp.7 \
+ spi_execute.7 spi_execute_plan.7 spi_finish.7 spi_fname.7 spi_fnumber.7 \
+ spi_freeplan.7 spi_freetuple.7 spi_freetuptable.7 spi_getargcount.7 \
+ spi_getargtypeid.7 spi_getbinval.7 spi_getrelname.7 spi_gettype.7 \
+ spi_gettypeid.7 spi_getvalue.7 spi_is_cursor_plan.7 spi_modifytuple.7 \
+ spi_palloc.7 spi_pfree.7 spi_pop.7 spi_prepare.7 spi_push.7 spi_repalloc.7 \
+ spi_returntuple.7 spi_saveplan.7 start_transaction.7 truncate.7 unlisten.7 \
+ update.7 vacuum.7
+
+
WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION}
.if defined(POSTGRESQL_SUBPORT)
## the POSTGRESQL_SUBPORTS use this port's distinfo
@@ -176,6 +213,14 @@ pre-everything::
@${ECHO} " WITHOUT_SSL Builds without OpenSSL support"
@${ECHO} ""
@${ECHO} ""
+ @${ECHO} " *** IMPORTANT NOTE FOR USERS OF 8.0 via -devel ***"
+ @${ECHO} ""
+ @${ECHO} " The -devel port will begin tracking 8.1 after PR ports/75344"
+ @${ECHO} " has been committed. Please be smart about tracking ports and"
+ @${ECHO} " move to using databases/postgresql80-server when appropriate"
+ @${ECHO} " (no dump/reload will be required when changing from -devel to"
+ @${ECHO} " postgresql80-server)."
+ @${ECHO} ""
.if defined(WITH_MIT_KRB5) && defined(WITH_HEIMDAL_KRB5)
@${ECHO} "WITH_MIT_KRB5 and WITH_HEIMDAL_KRB5 are mutually exclusive."
@${ECHO} "Please choose one or the other."
diff --git a/databases/postgresql-devel/distinfo b/databases/postgresql-devel/distinfo
index feda75459dd0..ef9edf2bb2d1 100644
--- a/databases/postgresql-devel/distinfo
+++ b/databases/postgresql-devel/distinfo
@@ -1,5 +1,5 @@
-MD5 (postgresql/postgresql-8.0.rc5.2005.01.16.tar.bz2) = 28c54aa7ee4c0190f407d6b8fb4025c7
-SIZE (postgresql/postgresql-8.0.rc5.2005.01.16.tar.bz2) = 9396908
+MD5 (postgresql/postgresql-8.0.0.tar.bz2) = 3fe6bb504a6457daa80bc32daf10122e
+SIZE (postgresql/postgresql-8.0.0.tar.bz2) = 11052910
MD5 (postgresql/patch-pgblocksize-16K) = 2ac9dac033302e9ce15816db0e346d55
SIZE (postgresql/patch-pgblocksize-16K) = 547
MD5 (postgresql/patch-pgblocksize-32K) = 0910cbfbecbb25e2bd23ebe50eb29287
diff --git a/databases/postgresql-devel/pkg-plist b/databases/postgresql-devel/pkg-plist
index f3c2b8c6f044..b39cc3774e2c 100644
--- a/databases/postgresql-devel/pkg-plist
+++ b/databases/postgresql-devel/pkg-plist
@@ -475,6 +475,608 @@ lib/libecpg_compat.so
%%SERVER%%share/postgresql/pg_hba.conf.sample
%%SERVER%%share/postgresql/pg_ident.conf.sample
%%SERVER%%share/postgresql/postgresql.conf.sample
+%%SERVER%%share/doc/postgresql-devel/html/index.html
+%%SERVER%%share/doc/postgresql-devel/html/preface.html
+%%SERVER%%share/doc/postgresql-devel/html/history.html
+%%SERVER%%share/doc/postgresql-devel/html/notation.html
+%%SERVER%%share/doc/postgresql-devel/html/resources.html
+%%SERVER%%share/doc/postgresql-devel/html/bug-reporting.html
+%%SERVER%%share/doc/postgresql-devel/html/tutorial.html
+%%SERVER%%share/doc/postgresql-devel/html/tutorial-start.html
+%%SERVER%%share/doc/postgresql-devel/html/tutorial-arch.html
+%%SERVER%%share/doc/postgresql-devel/html/tutorial-createdb.html
+%%SERVER%%share/doc/postgresql-devel/html/tutorial-accessdb.html
+%%SERVER%%share/doc/postgresql-devel/html/tutorial-sql.html
+%%SERVER%%share/doc/postgresql-devel/html/tutorial-concepts.html
+%%SERVER%%share/doc/postgresql-devel/html/tutorial-table.html
+%%SERVER%%share/doc/postgresql-devel/html/tutorial-populate.html
+%%SERVER%%share/doc/postgresql-devel/html/tutorial-select.html
+%%SERVER%%share/doc/postgresql-devel/html/tutorial-join.html
+%%SERVER%%share/doc/postgresql-devel/html/sql.html
+%%SERVER%%share/doc/postgresql-devel/html/tutorial-agg.html
+%%SERVER%%share/doc/postgresql-devel/html/tutorial-update.html
+%%SERVER%%share/doc/postgresql-devel/html/tutorial-delete.html
+%%SERVER%%share/doc/postgresql-devel/html/tutorial-advanced.html
+%%SERVER%%share/doc/postgresql-devel/html/tutorial-views.html
+%%SERVER%%share/doc/postgresql-devel/html/tutorial-fk.html
+%%SERVER%%share/doc/postgresql-devel/html/tutorial-transactions.html
+%%SERVER%%share/doc/postgresql-devel/html/tutorial-inheritance.html
+%%SERVER%%share/doc/postgresql-devel/html/tutorial-conclusion.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-syntax.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-expressions.html
+%%SERVER%%share/doc/postgresql-devel/html/ddl.html
+%%SERVER%%share/doc/postgresql-devel/html/ddl-default.html
+%%SERVER%%share/doc/postgresql-devel/html/ddl-constraints.html
+%%SERVER%%share/doc/postgresql-devel/html/ddl-system-columns.html
+%%SERVER%%share/doc/postgresql-devel/html/ddl-inherit.html
+%%SERVER%%share/doc/postgresql-devel/html/ddl-alter.html
+%%SERVER%%share/doc/postgresql-devel/html/ddl-priv.html
+%%SERVER%%share/doc/postgresql-devel/html/ddl-schemas.html
+%%SERVER%%share/doc/postgresql-devel/html/ddl-others.html
+%%SERVER%%share/doc/postgresql-devel/html/ddl-depend.html
+%%SERVER%%share/doc/postgresql-devel/html/dml.html
+%%SERVER%%share/doc/postgresql-devel/html/dml-update.html
+%%SERVER%%share/doc/postgresql-devel/html/dml-delete.html
+%%SERVER%%share/doc/postgresql-devel/html/queries.html
+%%SERVER%%share/doc/postgresql-devel/html/queries-table-expressions.html
+%%SERVER%%share/doc/postgresql-devel/html/queries-select-lists.html
+%%SERVER%%share/doc/postgresql-devel/html/queries-union.html
+%%SERVER%%share/doc/postgresql-devel/html/queries-order.html
+%%SERVER%%share/doc/postgresql-devel/html/queries-limit.html
+%%SERVER%%share/doc/postgresql-devel/html/datatype.html
+%%SERVER%%share/doc/postgresql-devel/html/datatype-money.html
+%%SERVER%%share/doc/postgresql-devel/html/datatype-character.html
+%%SERVER%%share/doc/postgresql-devel/html/datatype-binary.html
+%%SERVER%%share/doc/postgresql-devel/html/datatype-datetime.html
+%%SERVER%%share/doc/postgresql-devel/html/datatype-boolean.html
+%%SERVER%%share/doc/postgresql-devel/html/datatype-geometric.html
+%%SERVER%%share/doc/postgresql-devel/html/datatype-net-types.html
+%%SERVER%%share/doc/postgresql-devel/html/datatype-bit.html
+%%SERVER%%share/doc/postgresql-devel/html/arrays.html
+%%SERVER%%share/doc/postgresql-devel/html/rowtypes.html
+%%SERVER%%share/doc/postgresql-devel/html/datatype-oid.html
+%%SERVER%%share/doc/postgresql-devel/html/datatype-pseudo.html
+%%SERVER%%share/doc/postgresql-devel/html/functions.html
+%%SERVER%%share/doc/postgresql-devel/html/functions-comparison.html
+%%SERVER%%share/doc/postgresql-devel/html/functions-math.html
+%%SERVER%%share/doc/postgresql-devel/html/functions-string.html
+%%SERVER%%share/doc/postgresql-devel/html/functions-binarystring.html
+%%SERVER%%share/doc/postgresql-devel/html/functions-bitstring.html
+%%SERVER%%share/doc/postgresql-devel/html/functions-matching.html
+%%SERVER%%share/doc/postgresql-devel/html/functions-formatting.html
+%%SERVER%%share/doc/postgresql-devel/html/typeconv.html
+%%SERVER%%share/doc/postgresql-devel/html/functions-datetime.html
+%%SERVER%%share/doc/postgresql-devel/html/functions-geometry.html
+%%SERVER%%share/doc/postgresql-devel/html/functions-net.html
+%%SERVER%%share/doc/postgresql-devel/html/functions-sequence.html
+%%SERVER%%share/doc/postgresql-devel/html/functions-conditional.html
+%%SERVER%%share/doc/postgresql-devel/html/functions-array.html
+%%SERVER%%share/doc/postgresql-devel/html/functions-aggregate.html
+%%SERVER%%share/doc/postgresql-devel/html/functions-subquery.html
+%%SERVER%%share/doc/postgresql-devel/html/functions-comparisons.html
+%%SERVER%%share/doc/postgresql-devel/html/functions-srf.html
+%%SERVER%%share/doc/postgresql-devel/html/functions-info.html
+%%SERVER%%share/doc/postgresql-devel/html/functions-admin.html
+%%SERVER%%share/doc/postgresql-devel/html/typeconv-oper.html
+%%SERVER%%share/doc/postgresql-devel/html/typeconv-func.html
+%%SERVER%%share/doc/postgresql-devel/html/typeconv-query.html
+%%SERVER%%share/doc/postgresql-devel/html/typeconv-union-case.html
+%%SERVER%%share/doc/postgresql-devel/html/indexes.html
+%%SERVER%%share/doc/postgresql-devel/html/indexes-types.html
+%%SERVER%%share/doc/postgresql-devel/html/indexes-multicolumn.html
+%%SERVER%%share/doc/postgresql-devel/html/indexes-unique.html
+%%SERVER%%share/doc/postgresql-devel/html/indexes-expressional.html
+%%SERVER%%share/doc/postgresql-devel/html/indexes-opclass.html
+%%SERVER%%share/doc/postgresql-devel/html/indexes-partial.html
+%%SERVER%%share/doc/postgresql-devel/html/indexes-examine.html
+%%SERVER%%share/doc/postgresql-devel/html/mvcc.html
+%%SERVER%%share/doc/postgresql-devel/html/transaction-iso.html
+%%SERVER%%share/doc/postgresql-devel/html/explicit-locking.html
+%%SERVER%%share/doc/postgresql-devel/html/applevel-consistency.html
+%%SERVER%%share/doc/postgresql-devel/html/locking-indexes.html
+%%SERVER%%share/doc/postgresql-devel/html/performance-tips.html
+%%SERVER%%share/doc/postgresql-devel/html/planner-stats.html
+%%SERVER%%share/doc/postgresql-devel/html/explicit-joins.html
+%%SERVER%%share/doc/postgresql-devel/html/populate.html
+%%SERVER%%share/doc/postgresql-devel/html/admin.html
+%%SERVER%%share/doc/postgresql-devel/html/installation.html
+%%SERVER%%share/doc/postgresql-devel/html/install-requirements.html
+%%SERVER%%share/doc/postgresql-devel/html/install-getsource.html
+%%SERVER%%share/doc/postgresql-devel/html/install-upgrading.html
+%%SERVER%%share/doc/postgresql-devel/html/install-procedure.html
+%%SERVER%%share/doc/postgresql-devel/html/install-post.html
+%%SERVER%%share/doc/postgresql-devel/html/supported-platforms.html
+%%SERVER%%share/doc/postgresql-devel/html/install-win32.html
+%%SERVER%%share/doc/postgresql-devel/html/runtime.html
+%%SERVER%%share/doc/postgresql-devel/html/creating-cluster.html
+%%SERVER%%share/doc/postgresql-devel/html/postmaster-start.html
+%%SERVER%%share/doc/postgresql-devel/html/runtime-config.html
+%%SERVER%%share/doc/postgresql-devel/html/kernel-resources.html
+%%SERVER%%share/doc/postgresql-devel/html/postmaster-shutdown.html
+%%SERVER%%share/doc/postgresql-devel/html/ssl-tcp.html
+%%SERVER%%share/doc/postgresql-devel/html/ssh-tunnels.html
+%%SERVER%%share/doc/postgresql-devel/html/user-manag.html
+%%SERVER%%share/doc/postgresql-devel/html/user-attributes.html
+%%SERVER%%share/doc/postgresql-devel/html/groups.html
+%%SERVER%%share/doc/postgresql-devel/html/privileges.html
+%%SERVER%%share/doc/postgresql-devel/html/perm-functions.html
+%%SERVER%%share/doc/postgresql-devel/html/managing-databases.html
+%%SERVER%%share/doc/postgresql-devel/html/manage-ag-createdb.html
+%%SERVER%%share/doc/postgresql-devel/html/manage-ag-templatedbs.html
+%%SERVER%%share/doc/postgresql-devel/html/manage-ag-config.html
+%%SERVER%%share/doc/postgresql-devel/html/manage-ag-dropdb.html
+%%SERVER%%share/doc/postgresql-devel/html/manage-ag-tablespaces.html
+%%SERVER%%share/doc/postgresql-devel/html/client-authentication.html
+%%SERVER%%share/doc/postgresql-devel/html/auth-methods.html
+%%SERVER%%share/doc/postgresql-devel/html/client-authentication-problems.html
+%%SERVER%%share/doc/postgresql-devel/html/charset.html
+%%SERVER%%share/doc/postgresql-devel/html/multibyte.html
+%%SERVER%%share/doc/postgresql-devel/html/maintenance.html
+%%SERVER%%share/doc/postgresql-devel/html/routine-reindex.html
+%%SERVER%%share/doc/postgresql-devel/html/logfile-maintenance.html
+%%SERVER%%share/doc/postgresql-devel/html/backup.html
+%%SERVER%%share/doc/postgresql-devel/html/backup-file.html
+%%SERVER%%share/doc/postgresql-devel/html/backup-online.html
+%%SERVER%%share/doc/postgresql-devel/html/migration.html
+%%SERVER%%share/doc/postgresql-devel/html/monitoring.html
+%%SERVER%%share/doc/postgresql-devel/html/monitoring-stats.html
+%%SERVER%%share/doc/postgresql-devel/html/monitoring-locks.html
+%%SERVER%%share/doc/postgresql-devel/html/diskusage.html
+%%SERVER%%share/doc/postgresql-devel/html/disk-full.html
+%%SERVER%%share/doc/postgresql-devel/html/wal.html
+%%SERVER%%share/doc/postgresql-devel/html/wal-configuration.html
+%%SERVER%%share/doc/postgresql-devel/html/wal-internals.html
+%%SERVER%%share/doc/postgresql-devel/html/regress.html
+%%SERVER%%share/doc/postgresql-devel/html/regress-evaluation.html
+%%SERVER%%share/doc/postgresql-devel/html/regress-platform.html
+%%SERVER%%share/doc/postgresql-devel/html/client-interfaces.html
+%%SERVER%%share/doc/postgresql-devel/html/libpq.html
+%%SERVER%%share/doc/postgresql-devel/html/libpq-status.html
+%%SERVER%%share/doc/postgresql-devel/html/libpq-exec.html
+%%SERVER%%share/doc/postgresql-devel/html/libpq-async.html
+%%SERVER%%share/doc/postgresql-devel/html/libpq-cancel.html
+%%SERVER%%share/doc/postgresql-devel/html/libpq-fastpath.html
+%%SERVER%%share/doc/postgresql-devel/html/libpq-notify.html
+%%SERVER%%share/doc/postgresql-devel/html/libpq-copy.html
+%%SERVER%%share/doc/postgresql-devel/html/libpq-control.html
+%%SERVER%%share/doc/postgresql-devel/html/libpq-notice-processing.html
+%%SERVER%%share/doc/postgresql-devel/html/libpq-envars.html
+%%SERVER%%share/doc/postgresql-devel/html/libpq-pgpass.html
+%%SERVER%%share/doc/postgresql-devel/html/libpq-ssl.html
+%%SERVER%%share/doc/postgresql-devel/html/libpq-threading.html
+%%SERVER%%share/doc/postgresql-devel/html/libpq-build.html
+%%SERVER%%share/doc/postgresql-devel/html/libpq-example.html
+%%SERVER%%share/doc/postgresql-devel/html/largeobjects.html
+%%SERVER%%share/doc/postgresql-devel/html/lo-implementation.html
+%%SERVER%%share/doc/postgresql-devel/html/lo-interfaces.html
+%%SERVER%%share/doc/postgresql-devel/html/lo-funcs.html
+%%SERVER%%share/doc/postgresql-devel/html/lo-examplesect.html
+%%SERVER%%share/doc/postgresql-devel/html/ecpg.html
+%%SERVER%%share/doc/postgresql-devel/html/ecpg-connect.html
+%%SERVER%%share/doc/postgresql-devel/html/ecpg-disconnect.html
+%%SERVER%%share/doc/postgresql-devel/html/ecpg-commands.html
+%%SERVER%%share/doc/postgresql-devel/html/ecpg-set-connection.html
+%%SERVER%%share/doc/postgresql-devel/html/ecpg-variables.html
+%%SERVER%%share/doc/postgresql-devel/html/ecpg-dynamic.html
+%%SERVER%%share/doc/postgresql-devel/html/ecpg-descriptors.html
+%%SERVER%%share/doc/postgresql-devel/html/ecpg-errors.html
+%%SERVER%%share/doc/postgresql-devel/html/ecpg-include.html
+%%SERVER%%share/doc/postgresql-devel/html/ecpg-process.html
+%%SERVER%%share/doc/postgresql-devel/html/ecpg-library.html
+%%SERVER%%share/doc/postgresql-devel/html/ecpg-develop.html
+%%SERVER%%share/doc/postgresql-devel/html/information-schema.html
+%%SERVER%%share/doc/postgresql-devel/html/xfunc.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-datatypes.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-information-schema-catalog-name.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-applicable-roles.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-check-constraints.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-column-domain-usage.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-column-privileges.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-column-udt-usage.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-columns.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-constraint-column-usage.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-constraint-table-usage.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-data-type-privileges.html
+%%SERVER%%share/doc/postgresql-devel/html/extend.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-domain-constraints.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-domain-udt-usage.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-domains.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-element-types.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-enabled-roles.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-key-column-usage.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-parameters.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-referential-constraints.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-role-column-grants.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-role-routine-grants.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-role-table-grants.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-role-usage-grants.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-routine-privileges.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-routines.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-schemata.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-sql-features.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-sql-implementation-info.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-sql-languages.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-sql-packages.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-sql-sizing.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-sql-sizing-profiles.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-table-constraints.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-table-privileges.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-tables.html
+%%SERVER%%share/doc/postgresql-devel/html/xfunc-sql.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-triggers.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-usage-privileges.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-view-column-usage.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-view-table-usage.html
+%%SERVER%%share/doc/postgresql-devel/html/infoschema-views.html
+%%SERVER%%share/doc/postgresql-devel/html/server-programming.html
+%%SERVER%%share/doc/postgresql-devel/html/extend-type-system.html
+%%SERVER%%share/doc/postgresql-devel/html/xfunc-overload.html
+%%SERVER%%share/doc/postgresql-devel/html/xfunc-volatility.html
+%%SERVER%%share/doc/postgresql-devel/html/xfunc-pl.html
+%%SERVER%%share/doc/postgresql-devel/html/xfunc-internal.html
+%%SERVER%%share/doc/postgresql-devel/html/xfunc-c.html
+%%SERVER%%share/doc/postgresql-devel/html/xaggr.html
+%%SERVER%%share/doc/postgresql-devel/html/xtypes.html
+%%SERVER%%share/doc/postgresql-devel/html/xoper.html
+%%SERVER%%share/doc/postgresql-devel/html/xoper-optimization.html
+%%SERVER%%share/doc/postgresql-devel/html/xindex.html
+%%SERVER%%share/doc/postgresql-devel/html/triggers.html
+%%SERVER%%share/doc/postgresql-devel/html/trigger-datachanges.html
+%%SERVER%%share/doc/postgresql-devel/html/trigger-interface.html
+%%SERVER%%share/doc/postgresql-devel/html/trigger-example.html
+%%SERVER%%share/doc/postgresql-devel/html/rules.html
+%%SERVER%%share/doc/postgresql-devel/html/rules-views.html
+%%SERVER%%share/doc/postgresql-devel/html/rules-update.html
+%%SERVER%%share/doc/postgresql-devel/html/rules-privileges.html
+%%SERVER%%share/doc/postgresql-devel/html/rules-status.html
+%%SERVER%%share/doc/postgresql-devel/html/rules-triggers.html
+%%SERVER%%share/doc/postgresql-devel/html/xplang.html
+%%SERVER%%share/doc/postgresql-devel/html/plpgsql.html
+%%SERVER%%share/doc/postgresql-devel/html/plpgsql-development-tips.html
+%%SERVER%%share/doc/postgresql-devel/html/plpgsql-structure.html
+%%SERVER%%share/doc/postgresql-devel/html/plpgsql-declarations.html
+%%SERVER%%share/doc/postgresql-devel/html/plpgsql-expressions.html
+%%SERVER%%share/doc/postgresql-devel/html/plpgsql-statements.html
+%%SERVER%%share/doc/postgresql-devel/html/plpgsql-control-structures.html
+%%SERVER%%share/doc/postgresql-devel/html/plpgsql-cursors.html
+%%SERVER%%share/doc/postgresql-devel/html/plpgsql-errors-and-messages.html
+%%SERVER%%share/doc/postgresql-devel/html/plpgsql-trigger.html
+%%SERVER%%share/doc/postgresql-devel/html/plpgsql-porting.html
+%%SERVER%%share/doc/postgresql-devel/html/pltcl.html
+%%SERVER%%share/doc/postgresql-devel/html/pltcl-functions.html
+%%SERVER%%share/doc/postgresql-devel/html/pltcl-data.html
+%%SERVER%%share/doc/postgresql-devel/html/pltcl-global.html
+%%SERVER%%share/doc/postgresql-devel/html/pltcl-dbaccess.html
+%%SERVER%%share/doc/postgresql-devel/html/pltcl-trigger.html
+%%SERVER%%share/doc/postgresql-devel/html/pltcl-unknown.html
+%%SERVER%%share/doc/postgresql-devel/html/pltcl-procnames.html
+%%SERVER%%share/doc/postgresql-devel/html/plperl.html
+%%SERVER%%share/doc/postgresql-devel/html/plperl-database.html
+%%SERVER%%share/doc/postgresql-devel/html/plperl-data.html
+%%SERVER%%share/doc/postgresql-devel/html/plperl-global.html
+%%SERVER%%share/doc/postgresql-devel/html/plperl-trusted.html
+%%SERVER%%share/doc/postgresql-devel/html/plperl-triggers.html
+%%SERVER%%share/doc/postgresql-devel/html/plperl-missing.html
+%%SERVER%%share/doc/postgresql-devel/html/plpython.html
+%%SERVER%%share/doc/postgresql-devel/html/plpython-trigger.html
+%%SERVER%%share/doc/postgresql-devel/html/plpython-database.html
+%%SERVER%%share/doc/postgresql-devel/html/spi.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-connect.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-finish.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-push.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-pop.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-execute.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-exec.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-prepare.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-getargcount.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-getargtypeid.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-is-cursor-plan.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-execute-plan.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-execp.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-cursor-open.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-cursor-find.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-cursor-fetch.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-cursor-move.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-cursor-close.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-saveplan.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-interface-support.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-fname.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-fnumber.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-getvalue.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-getbinval.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-gettype.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-gettypeid.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-getrelname.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-memory.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-palloc.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-realloc.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-pfree.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-copytuple.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-returntuple.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-modifytuple.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-freetuple.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-freetupletable.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-spi-freeplan.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-visibility.html
+%%SERVER%%share/doc/postgresql-devel/html/spi-examples.html
+%%SERVER%%share/doc/postgresql-devel/html/reference.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-commands.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-abort.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-alteraggregate.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-alterconversion.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-alterdatabase.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-alterdomain.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-alterfunction.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-altergroup.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-alterindex.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-alterlanguage.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-alteroperator.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-alteropclass.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-alterschema.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-altersequence.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-altertable.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-altertablespace.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-altertrigger.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-altertype.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-alteruser.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-analyze.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-begin.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-checkpoint.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-close.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-cluster.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-comment.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-commit.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-copy.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-createaggregate.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-createcast.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-createconstraint.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-createconversion.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-createdatabase.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-createdomain.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-createfunction.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-creategroup.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-createindex.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-createlanguage.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-createoperator.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-createopclass.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-createrule.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-createschema.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-createsequence.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-createtable.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-createtableas.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-createtablespace.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-createtrigger.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-createtype.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-createuser.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-createview.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-deallocate.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-declare.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-delete.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-dropcast.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-dropaggregate.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-dropconversion.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-dropdatabase.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-dropdomain.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-dropfunction.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-dropgroup.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-dropindex.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-droplanguage.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-dropoperator.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-dropopclass.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-droprule.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-dropschema.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-dropsequence.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-droptable.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-droptablespace.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-droptrigger.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-end.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-droptype.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-dropuser.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-dropview.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-execute.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-explain.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-fetch.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-grant.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-insert.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-listen.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-load.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-lock.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-move.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-notify.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-prepare.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-reindex.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-release-savepoint.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-reset.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-revoke.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-rollback.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-rollback-to.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-savepoint.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-select.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-selectinto.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-set.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-set-constraints.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-set-session-authorization.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-set-transaction.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-show.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-start-transaction.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-truncate.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-unlisten.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-update.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-vacuum.html
+%%SERVER%%share/doc/postgresql-devel/html/reference-client.html
+%%SERVER%%share/doc/postgresql-devel/html/app-clusterdb.html
+%%SERVER%%share/doc/postgresql-devel/html/app-createdb.html
+%%SERVER%%share/doc/postgresql-devel/html/app-createlang.html
+%%SERVER%%share/doc/postgresql-devel/html/app-createuser.html
+%%SERVER%%share/doc/postgresql-devel/html/app-dropdb.html
+%%SERVER%%share/doc/postgresql-devel/html/app-droplang.html
+%%SERVER%%share/doc/postgresql-devel/html/app-dropuser.html
+%%SERVER%%share/doc/postgresql-devel/html/app-ecpg.html
+%%SERVER%%share/doc/postgresql-devel/html/app-pgconfig.html
+%%SERVER%%share/doc/postgresql-devel/html/app-pgdump.html
+%%SERVER%%share/doc/postgresql-devel/html/app-pg-dumpall.html
+%%SERVER%%share/doc/postgresql-devel/html/app-pgrestore.html
+%%SERVER%%share/doc/postgresql-devel/html/app-psql.html
+%%SERVER%%share/doc/postgresql-devel/html/app-vacuumdb.html
+%%SERVER%%share/doc/postgresql-devel/html/reference-server.html
+%%SERVER%%share/doc/postgresql-devel/html/app-initdb.html
+%%SERVER%%share/doc/postgresql-devel/html/app-ipcclean.html
+%%SERVER%%share/doc/postgresql-devel/html/app-pgcontroldata.html
+%%SERVER%%share/doc/postgresql-devel/html/app-pg-ctl.html
+%%SERVER%%share/doc/postgresql-devel/html/app-pgresetxlog.html
+%%SERVER%%share/doc/postgresql-devel/html/source.html
+%%SERVER%%share/doc/postgresql-devel/html/app-postgres.html
+%%SERVER%%share/doc/postgresql-devel/html/app-postmaster.html
+%%SERVER%%share/doc/postgresql-devel/html/internals.html
+%%SERVER%%share/doc/postgresql-devel/html/overview.html
+%%SERVER%%share/doc/postgresql-devel/html/connect-estab.html
+%%SERVER%%share/doc/postgresql-devel/html/parser-stage.html
+%%SERVER%%share/doc/postgresql-devel/html/rule-system.html
+%%SERVER%%share/doc/postgresql-devel/html/planner-optimizer.html
+%%SERVER%%share/doc/postgresql-devel/html/executor.html
+%%SERVER%%share/doc/postgresql-devel/html/catalogs.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-aggregate.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-am.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-amop.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-amproc.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-attrdef.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-attribute.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-cast.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-class.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-constraint.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-conversion.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-database.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-depend.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-description.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-group.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-index.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-inherits.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-language.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-largeobject.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-listener.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-namespace.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-opclass.html
+%%SERVER%%share/doc/postgresql-devel/html/views-overview.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-operator.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-proc.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-rewrite.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-shadow.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-statistic.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-tablespace.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-trigger.html
+%%SERVER%%share/doc/postgresql-devel/html/catalog-pg-type.html
+%%SERVER%%share/doc/postgresql-devel/html/view-pg-indexes.html
+%%SERVER%%share/doc/postgresql-devel/html/view-pg-locks.html
+%%SERVER%%share/doc/postgresql-devel/html/view-pg-rules.html
+%%SERVER%%share/doc/postgresql-devel/html/view-pg-settings.html
+%%SERVER%%share/doc/postgresql-devel/html/view-pg-stats.html
+%%SERVER%%share/doc/postgresql-devel/html/view-pg-tables.html
+%%SERVER%%share/doc/postgresql-devel/html/view-pg-user.html
+%%SERVER%%share/doc/postgresql-devel/html/view-pg-views.html
+%%SERVER%%share/doc/postgresql-devel/html/protocol.html
+%%SERVER%%share/doc/postgresql-devel/html/protocol-flow.html
+%%SERVER%%share/doc/postgresql-devel/html/protocol-message-types.html
+%%SERVER%%share/doc/postgresql-devel/html/protocol-message-formats.html
+%%SERVER%%share/doc/postgresql-devel/html/protocol-error-fields.html
+%%SERVER%%share/doc/postgresql-devel/html/protocol-changes.html
+%%SERVER%%share/doc/postgresql-devel/html/error-message-reporting.html
+%%SERVER%%share/doc/postgresql-devel/html/error-style-guide.html
+%%SERVER%%share/doc/postgresql-devel/html/nls.html
+%%SERVER%%share/doc/postgresql-devel/html/nls-programmer.html
+%%SERVER%%share/doc/postgresql-devel/html/plhandler.html
+%%SERVER%%share/doc/postgresql-devel/html/geqo.html
+%%SERVER%%share/doc/postgresql-devel/html/geqo-intro2.html
+%%SERVER%%share/doc/postgresql-devel/html/geqo-pg-intro.html
+%%SERVER%%share/doc/postgresql-devel/html/geqo-biblio.html
+%%SERVER%%share/doc/postgresql-devel/html/indexcost.html
+%%SERVER%%share/doc/postgresql-devel/html/gist.html
+%%SERVER%%share/doc/postgresql-devel/html/examples.html
+%%SERVER%%share/doc/postgresql-devel/html/extensibility.html
+%%SERVER%%share/doc/postgresql-devel/html/implementation.html
+%%SERVER%%share/doc/postgresql-devel/html/limitations.html
+%%SERVER%%share/doc/postgresql-devel/html/storage.html
+%%SERVER%%share/doc/postgresql-devel/html/storage-toast.html
+%%SERVER%%share/doc/postgresql-devel/html/storage-page-layout.html
+%%SERVER%%share/doc/postgresql-devel/html/bki.html
+%%SERVER%%share/doc/postgresql-devel/html/bki-commands.html
+%%SERVER%%share/doc/postgresql-devel/html/bki-example.html
+%%SERVER%%share/doc/postgresql-devel/html/appendixes.html
+%%SERVER%%share/doc/postgresql-devel/html/errcodes-appendix.html
+%%SERVER%%share/doc/postgresql-devel/html/datetime-appendix.html
+%%SERVER%%share/doc/postgresql-devel/html/datetime-keywords.html
+%%SERVER%%share/doc/postgresql-devel/html/datetime-units-history.html
+%%SERVER%%share/doc/postgresql-devel/html/sql-keywords-appendix.html
+%%SERVER%%share/doc/postgresql-devel/html/features.html
+%%SERVER%%share/doc/postgresql-devel/html/unsupported-features-sql-standard.html
+%%SERVER%%share/doc/postgresql-devel/html/release.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-4-6.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-4-5.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-4-4.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-4-3.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-4-2.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-4-1.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-4.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-3-8.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-3-7.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-3-6.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-3-5.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-3-4.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-3-3.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-3-2.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-3-1.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-3.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-2-6.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-2-5.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-2-4.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-2-3.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-2-2.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-2-1.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-2.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-1-3.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-1-2.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-1-1.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-1.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-0-3.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-0-2.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-0-1.html
+%%SERVER%%share/doc/postgresql-devel/html/release-7-0.html
+%%SERVER%%share/doc/postgresql-devel/html/release-6-5-3.html
+%%SERVER%%share/doc/postgresql-devel/html/release-6-5-2.html
+%%SERVER%%share/doc/postgresql-devel/html/release-6-5-1.html
+%%SERVER%%share/doc/postgresql-devel/html/release-6-5.html
+%%SERVER%%share/doc/postgresql-devel/html/release-6-4-2.html
+%%SERVER%%share/doc/postgresql-devel/html/release-6-4-1.html
+%%SERVER%%share/doc/postgresql-devel/html/release-6-4.html
+%%SERVER%%share/doc/postgresql-devel/html/release-6-3-2.html
+%%SERVER%%share/doc/postgresql-devel/html/release-6-3-1.html
+%%SERVER%%share/doc/postgresql-devel/html/release-6-3.html
+%%SERVER%%share/doc/postgresql-devel/html/release-6-2-1.html
+%%SERVER%%share/doc/postgresql-devel/html/release-6-2.html
+%%SERVER%%share/doc/postgresql-devel/html/release-6-1-1.html
+%%SERVER%%share/doc/postgresql-devel/html/release-6-1.html
+%%SERVER%%share/doc/postgresql-devel/html/release-6-0.html
+%%SERVER%%share/doc/postgresql-devel/html/release-1-09.html
+%%SERVER%%share/doc/postgresql-devel/html/release-1-02.html
+%%SERVER%%share/doc/postgresql-devel/html/release-1-01.html
+%%SERVER%%share/doc/postgresql-devel/html/release-1-0.html
+%%SERVER%%share/doc/postgresql-devel/html/release-0-03.html
+%%SERVER%%share/doc/postgresql-devel/html/release-0-02.html
+%%SERVER%%share/doc/postgresql-devel/html/release-0-01.html
+%%SERVER%%share/doc/postgresql-devel/html/cvs.html
+%%SERVER%%share/doc/postgresql-devel/html/cvs-tree.html
+%%SERVER%%share/doc/postgresql-devel/html/cvsup.html
+%%SERVER%%share/doc/postgresql-devel/html/docguide.html
+%%SERVER%%share/doc/postgresql-devel/html/docguide-toolsets.html
+%%SERVER%%share/doc/postgresql-devel/html/docguide-build.html
+%%SERVER%%share/doc/postgresql-devel/html/docguide-authoring.html
+%%SERVER%%share/doc/postgresql-devel/html/docguide-style.html
+%%SERVER%%share/doc/postgresql-devel/html/external-projects.html
+%%SERVER%%share/doc/postgresql-devel/html/external-extensions.html
+%%SERVER%%share/doc/postgresql-devel/html/biblio.html
+%%SERVER%%share/doc/postgresql-devel/html/bookindex.html
+%%SERVER%%share/doc/postgresql-devel/html/LEGALNOTICE.html
+%%SERVER%%share/doc/postgresql-devel/html/stylesheet.css
+%%SERVER%%@dirrm share/doc/postgresql-devel/html
%%PGCRYPTO%%share/doc/postgresql-devel/contrib/README.pgcrypto
@unexec rmdir %D/share/doc/postgresql-devel/contrib 2> /dev/null || true
@unexec rmdir %D/share/doc/postgresql-devel 2> /dev/null || true
@@ -575,6 +1177,7 @@ share/postgresql/psqlrc.sample
%%GETTEXT%%share/locale/ro/LC_MESSAGES/initdb.mo
%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_ctl.mo
%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_dump.mo
+%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts.mo
%%GETTEXT%%share/locale/ro/LC_MESSAGES/psql.mo
%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config.mo
%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_resetxlog.mo
diff --git a/databases/postgresql80-server/Makefile b/databases/postgresql80-server/Makefile
index 7ea9a0e7cd0c..9caed98f74f1 100644
--- a/databases/postgresql80-server/Makefile
+++ b/databases/postgresql80-server/Makefile
@@ -20,7 +20,7 @@ COMMENT?= The most advanced open-source database available anywhere
# XXX: this will eventually go away
.if !defined(PGSQL_WORK_IN_PROGRESS)
-BROKEN= Work in progress, please use databases/postgresql-devel until further notice
+BROKEN= pending ports/75344, the 8.0 release can be used via the postgresql-devel port
.endif
CONFLICTS?= ${PORTNAME}${PKGNAMESUFFIX}-7.[0-35-9]* \
diff --git a/databases/postgresql81-server/Makefile b/databases/postgresql81-server/Makefile
index 7ea9a0e7cd0c..9caed98f74f1 100644
--- a/databases/postgresql81-server/Makefile
+++ b/databases/postgresql81-server/Makefile
@@ -20,7 +20,7 @@ COMMENT?= The most advanced open-source database available anywhere
# XXX: this will eventually go away
.if !defined(PGSQL_WORK_IN_PROGRESS)
-BROKEN= Work in progress, please use databases/postgresql-devel until further notice
+BROKEN= pending ports/75344, the 8.0 release can be used via the postgresql-devel port
.endif
CONFLICTS?= ${PORTNAME}${PKGNAMESUFFIX}-7.[0-35-9]* \
diff --git a/databases/postgresql82-server/Makefile b/databases/postgresql82-server/Makefile
index 7ea9a0e7cd0c..9caed98f74f1 100644
--- a/databases/postgresql82-server/Makefile
+++ b/databases/postgresql82-server/Makefile
@@ -20,7 +20,7 @@ COMMENT?= The most advanced open-source database available anywhere
# XXX: this will eventually go away
.if !defined(PGSQL_WORK_IN_PROGRESS)
-BROKEN= Work in progress, please use databases/postgresql-devel until further notice
+BROKEN= pending ports/75344, the 8.0 release can be used via the postgresql-devel port
.endif
CONFLICTS?= ${PORTNAME}${PKGNAMESUFFIX}-7.[0-35-9]* \
diff --git a/databases/postgresql83-server/Makefile b/databases/postgresql83-server/Makefile
index 7ea9a0e7cd0c..9caed98f74f1 100644
--- a/databases/postgresql83-server/Makefile
+++ b/databases/postgresql83-server/Makefile
@@ -20,7 +20,7 @@ COMMENT?= The most advanced open-source database available anywhere
# XXX: this will eventually go away
.if !defined(PGSQL_WORK_IN_PROGRESS)
-BROKEN= Work in progress, please use databases/postgresql-devel until further notice
+BROKEN= pending ports/75344, the 8.0 release can be used via the postgresql-devel port
.endif
CONFLICTS?= ${PORTNAME}${PKGNAMESUFFIX}-7.[0-35-9]* \
diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile
index 7ea9a0e7cd0c..9caed98f74f1 100644
--- a/databases/postgresql84-server/Makefile
+++ b/databases/postgresql84-server/Makefile
@@ -20,7 +20,7 @@ COMMENT?= The most advanced open-source database available anywhere
# XXX: this will eventually go away
.if !defined(PGSQL_WORK_IN_PROGRESS)
-BROKEN= Work in progress, please use databases/postgresql-devel until further notice
+BROKEN= pending ports/75344, the 8.0 release can be used via the postgresql-devel port
.endif
CONFLICTS?= ${PORTNAME}${PKGNAMESUFFIX}-7.[0-35-9]* \
diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile
index 7ea9a0e7cd0c..9caed98f74f1 100644
--- a/databases/postgresql90-server/Makefile
+++ b/databases/postgresql90-server/Makefile
@@ -20,7 +20,7 @@ COMMENT?= The most advanced open-source database available anywhere
# XXX: this will eventually go away
.if !defined(PGSQL_WORK_IN_PROGRESS)
-BROKEN= Work in progress, please use databases/postgresql-devel until further notice
+BROKEN= pending ports/75344, the 8.0 release can be used via the postgresql-devel port
.endif
CONFLICTS?= ${PORTNAME}${PKGNAMESUFFIX}-7.[0-35-9]* \
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile
index 7ea9a0e7cd0c..9caed98f74f1 100644
--- a/databases/postgresql91-server/Makefile
+++ b/databases/postgresql91-server/Makefile
@@ -20,7 +20,7 @@ COMMENT?= The most advanced open-source database available anywhere
# XXX: this will eventually go away
.if !defined(PGSQL_WORK_IN_PROGRESS)
-BROKEN= Work in progress, please use databases/postgresql-devel until further notice
+BROKEN= pending ports/75344, the 8.0 release can be used via the postgresql-devel port
.endif
CONFLICTS?= ${PORTNAME}${PKGNAMESUFFIX}-7.[0-35-9]* \
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile
index 7ea9a0e7cd0c..9caed98f74f1 100644
--- a/databases/postgresql92-server/Makefile
+++ b/databases/postgresql92-server/Makefile
@@ -20,7 +20,7 @@ COMMENT?= The most advanced open-source database available anywhere
# XXX: this will eventually go away
.if !defined(PGSQL_WORK_IN_PROGRESS)
-BROKEN= Work in progress, please use databases/postgresql-devel until further notice
+BROKEN= pending ports/75344, the 8.0 release can be used via the postgresql-devel port
.endif
CONFLICTS?= ${PORTNAME}${PKGNAMESUFFIX}-7.[0-35-9]* \