diff options
Diffstat (limited to 'databases/postgresql74-server/pkg-plist')
-rw-r--r-- | databases/postgresql74-server/pkg-plist | 755 |
1 files changed, 667 insertions, 88 deletions
diff --git a/databases/postgresql74-server/pkg-plist b/databases/postgresql74-server/pkg-plist index a7493ddb7898..3074f550e5bb 100644 --- a/databases/postgresql74-server/pkg-plist +++ b/databases/postgresql74-server/pkg-plist @@ -1,91 +1,670 @@ -%%PG_PREFIX%%bin/postmaster -%%PG_PREFIX%%bin/postgres -%%PG_PREFIX%%bin/ecpg -%%PG_PREFIX%%bin/initdb -%%PG_PREFIX%%bin/initlocation -%%PG_PREFIX%%bin/ipcclean -%%PG_PREFIX%%bin/pg_ctl -%%PG_PREFIX%%bin/pg_dump -%%PG_PREFIX%%bin/pg_restore -%%PG_PREFIX%%bin/pg_encoding -%%PG_PREFIX%%bin/pg_dumpall -%%PG_PREFIX%%bin/pg_id -%%PG_PREFIX%%bin/pg_passwd -%%PG_PREFIX%%bin/psql -%%PG_PREFIX%%bin/createdb -%%PG_PREFIX%%bin/dropdb -%%PG_PREFIX%%bin/createuser -%%PG_PREFIX%%bin/dropuser -%%PG_PREFIX%%bin/droplang -%%PG_PREFIX%%bin/vacuumdb -%%PG_PREFIX%%bin/createlang -%%PG_PREFIX%%bin/pg_config -etc/rc.d/010.pgsql.sh -%%PG_INCLUDE%%/lib/dllist.h -@dirrm %%PG_INCLUDE%%/lib -%%PG_INCLUDE%%/libpq/pqcomm.h -%%PG_INCLUDE%%/libpq/libpq-fs.h -@dirrm %%PG_INCLUDE%%/libpq -%%PG_INCLUDE%%/libpq++/pgconnection.h -%%PG_INCLUDE%%/libpq++/pgdatabase.h -%%PG_INCLUDE%%/libpq++/pgtransdb.h -%%PG_INCLUDE%%/libpq++/pgcursordb.h -%%PG_INCLUDE%%/libpq++/pglobject.h -@dirrm %%PG_INCLUDE%%/libpq++ -%%PG_INCLUDE%%/c.h -%%PG_INCLUDE%%/postgres_ext.h -%%PG_INCLUDE%%/postgres_fe.h -%%PG_INCLUDE%%/os.h -%%PG_INCLUDE%%/config.h -%%PG_INCLUDE%%/libpq-fe.h -%%PG_INCLUDE%%/libpq-int.h -%%PG_INCLUDE%%/pqexpbuffer.h -%%PG_INCLUDE%%/ecpgerrno.h -%%PG_INCLUDE%%/ecpglib.h -%%PG_INCLUDE%%/ecpgtype.h -%%PG_INCLUDE%%/sqlca.h -%%PG_INCLUDE%%/sql3types.h -%%PG_INCLUDE%%/libpgeasy.h -%%PG_INCLUDE%%/libpq++.h -@dirrm %%PG_INCLUDE%% -%%PG_PREFIX%%lib/libpq.so -%%PG_PREFIX%%lib/libpq.a -%%PG_PREFIX%%lib/libpq.so.2 -%%PG_PREFIX%%lib/libecpg.so -%%PG_PREFIX%%lib/libecpg.a -%%PG_PREFIX%%lib/libecpg.so.3 -%%PG_PREFIX%%lib/libpgeasy.so -%%PG_PREFIX%%lib/libpgeasy.a -%%PG_PREFIX%%lib/libpgeasy.so.2 -%%PG_PREFIX%%lib/libpq++.so -%%PG_PREFIX%%lib/libpq++.a -%%PG_PREFIX%%lib/libpq++.so.3 -%%PG_PREFIX%%lib/plpgsql.so -share/postgresql/global.bki -share/postgresql/global.description -share/postgresql/post-install-notes -share/postgresql/template1.bki -share/postgresql/template1.description +bin/postmaster +bin/postgres +bin/ecpg +bin/initdb +bin/initlocation +bin/ipcclean +bin/pg_ctl +bin/pg_dump +bin/pg_restore +bin/pg_dumpall +bin/pg_id +bin/pg_passwd +bin/psql +bin/createdb +bin/dropdb +bin/createuser +bin/dropuser +bin/droplang +bin/vacuumdb +bin/createlang +bin/pg_config +%%MULTIBYTE%%bin/pg_encoding +include/libpq/libpq-fs.h +@dirrm include/libpq +include/postgresql/internal/libpq/pqcomm.h +@dirrm include/postgresql/internal/libpq +include/postgresql/internal/lib/dllist.h +@dirrm include/postgresql/internal/lib +include/postgresql/internal/c.h +include/postgresql/internal/postgres_fe.h +include/postgresql/internal/libpq-int.h +include/postgresql/internal/pqexpbuffer.h +@dirrm include/postgresql/internal +@dirrm include/postgresql +include/libpq++/pgconnection.h +include/libpq++/pgdatabase.h +include/libpq++/pgtransdb.h +include/libpq++/pgcursordb.h +include/libpq++/pglobject.h +@dirrm include/libpq++ +include/postgres_ext.h +include/pg_config.h +include/pg_config_os.h +include/libpq-fe.h +include/ecpgerrno.h +include/ecpglib.h +include/ecpgtype.h +include/sqlca.h +include/sql3types.h +include/libpgeasy.h +include/libpq++.h +lib/libpq.so +lib/libpq.a +lib/libpq.so.2 +lib/libecpg.so +lib/libecpg.a +lib/libecpg.so.3 +lib/libpgeasy.so +lib/libpgeasy.a +lib/libpgeasy.so.2 +lib/libpq++.so +lib/libpq++.a +lib/libpq++.so.4 +lib/postgresql/plpgsql.so +@unexec rmdir %D/lib/postgresql 2>/dev/null || true +%%SERVER%%share/postgresql/502.pgsql +%%SERVER%%share/postgresql/odbc.sql +%%SERVER%%share/postgresql/odbc-drop.sql +share/postgresql/postgres.bki +share/postgresql/postgres.description share/postgresql/pg_hba.conf.sample share/postgresql/pg_ident.conf.sample share/postgresql/postgresql.conf.sample -@unexec if cmp -s ~pgsql/.profile %D/share/postgresql/dot.profile.dist; then rm -f ~pgsql/.profile; fi -@unexec if cmp -s ~pgsql/.cshrc %D/share/postgresql/dot.cshrc.dist; then rm -f ~pgsql/.cshrc; fi -@unexec [ -f ~pgsql/dot.profile.dist ] && rm ~pgsql/dot.profile.dist -@unexec [ -f ~pgsql/dot.cshrc.dist ] && rm ~pgsql/dot.cshrc.dist -@exec [ -f %D/share/postgresql/post-install-notes ] && cp %D/share/postgresql/post-install-notes ~pgsql && chown pgsql:pgsql ~pgsql/post-install-notes -@unexec [ -f ~pgsql/post-install-notes ] && rm ~pgsql/post-install-notes -share/postgresql/dot.profile.dist -share/postgresql/dot.cshrc.dist -@dirrm share/postgresql -@exec [ -f %D/share/postgresql/dot.profile.dist ] && cp %D/share/postgresql/dot.profile.dist ~pgsql/. -@exec [ -f %D/share/postgresql/dot.cshrc.dist ] && cp %D/share/postgresql/dot.cshrc.dist ~pgsql/. -@exec [ -f ~pgsql/.profile ] || (cp %D/share/postgresql/dot.profile.dist ~pgsql/.profile && chown pgsql:pgsql ~pgsql/.profile) -@exec [ -f ~pgsql/.cshrc ] || (cp %D/share/postgresql/dot.cshrc.dist ~pgsql/.cshrc && chown pgsql:pgsql ~pgsql/.cshrc) -@unexec [ X%%PG_PREFIX%% != X ] && rmdir %D/%%PG_PREFIX%%bin 2> /dev/null || true -@unexec [ X%%PG_PREFIX%% != X ] && rmdir %D/%%PG_PREFIX%%lib 2> /dev/null || true -@unexec [ X%%PG_PREFIX%% != X ] && rmdir %D/%%PG_PREFIX%%man/man1 2> /dev/null || true -@unexec [ X%%PG_PREFIX%% != X ] && rmdir %D/%%PG_PREFIX%%man/manl 2> /dev/null || true -@unexec [ X%%PG_PREFIX%% != X ] && rmdir %D/%%PG_PREFIX%%man 2> /dev/null || true -@unexec rmdir ~pgsql 2> /dev/null || true -@unexec echo "Warning: If you will *NOT* use this package anymore, please remove %D/pgsql and the pgsql user manually." +share/postgresql/post-install-notes +@unexec rmdir %D/share/postgresql 2>/dev/null || true +%%PORTDOCS%%share/doc/postgresql/html/index.html +%%PORTDOCS%%share/doc/postgresql/html/tutorial.html +%%PORTDOCS%%share/doc/postgresql/html/tutorial-welcome.html +%%PORTDOCS%%share/doc/postgresql/html/tutorial-start.html +%%PORTDOCS%%share/doc/postgresql/html/tutorial-arch.html +%%PORTDOCS%%share/doc/postgresql/html/tutorial-createdb.html +%%PORTDOCS%%share/doc/postgresql/html/tutorial-accessdb.html +%%PORTDOCS%%share/doc/postgresql/html/tutorial-sql.html +%%PORTDOCS%%share/doc/postgresql/html/tutorial-concepts.html +%%PORTDOCS%%share/doc/postgresql/html/tutorial-table.html +%%PORTDOCS%%share/doc/postgresql/html/tutorial-populate.html +%%PORTDOCS%%share/doc/postgresql/html/tutorial-select.html +%%PORTDOCS%%share/doc/postgresql/html/tutorial-join.html +%%PORTDOCS%%share/doc/postgresql/html/tutorial-agg.html +%%PORTDOCS%%share/doc/postgresql/html/tutorial-update.html +%%PORTDOCS%%share/doc/postgresql/html/tutorial-delete.html +%%PORTDOCS%%share/doc/postgresql/html/user.html +%%PORTDOCS%%share/doc/postgresql/html/tutorial-advanced.html +%%PORTDOCS%%share/doc/postgresql/html/tutorial-views.html +%%PORTDOCS%%share/doc/postgresql/html/tutorial-fk.html +%%PORTDOCS%%share/doc/postgresql/html/tutorial-transactions.html +%%PORTDOCS%%share/doc/postgresql/html/tutorial-inheritance.html +%%PORTDOCS%%share/doc/postgresql/html/tutorial-conclusion.html +%%PORTDOCS%%share/doc/postgresql/html/preface.html +%%PORTDOCS%%share/doc/postgresql/html/history.html +%%PORTDOCS%%share/doc/postgresql/html/resources.html +%%PORTDOCS%%share/doc/postgresql/html/notation.html +%%PORTDOCS%%share/doc/postgresql/html/bug-reporting.html +%%PORTDOCS%%share/doc/postgresql/html/y2k.html +%%PORTDOCS%%share/doc/postgresql/html/sql-syntax.html +%%PORTDOCS%%share/doc/postgresql/html/sql-syntax-columns.html +%%PORTDOCS%%share/doc/postgresql/html/sql-expressions.html +%%PORTDOCS%%share/doc/postgresql/html/sql-precedence.html +%%PORTDOCS%%share/doc/postgresql/html/queries.html +%%PORTDOCS%%share/doc/postgresql/html/queries-union.html +%%PORTDOCS%%share/doc/postgresql/html/queries-table-expressions.html +%%PORTDOCS%%share/doc/postgresql/html/queries-select-lists.html +%%PORTDOCS%%share/doc/postgresql/html/queries-order.html +%%PORTDOCS%%share/doc/postgresql/html/queries-limit.html +%%PORTDOCS%%share/doc/postgresql/html/datatype.html +%%PORTDOCS%%share/doc/postgresql/html/datatype-money.html +%%PORTDOCS%%share/doc/postgresql/html/datatype-character.html +%%PORTDOCS%%share/doc/postgresql/html/datatype-binary.html +%%PORTDOCS%%share/doc/postgresql/html/datatype-datetime.html +%%PORTDOCS%%share/doc/postgresql/html/datatype-boolean.html +%%PORTDOCS%%share/doc/postgresql/html/datatype-geometric.html +%%PORTDOCS%%share/doc/postgresql/html/datatype-net-types.html +%%PORTDOCS%%share/doc/postgresql/html/datatype-bit.html +%%PORTDOCS%%share/doc/postgresql/html/functions.html +%%PORTDOCS%%share/doc/postgresql/html/functions-comparison.html +%%PORTDOCS%%share/doc/postgresql/html/functions-math.html +%%PORTDOCS%%share/doc/postgresql/html/arrays.html +%%PORTDOCS%%share/doc/postgresql/html/functions-string.html +%%PORTDOCS%%share/doc/postgresql/html/functions-binarystring.html +%%PORTDOCS%%share/doc/postgresql/html/functions-matching.html +%%PORTDOCS%%share/doc/postgresql/html/functions-formatting.html +%%PORTDOCS%%share/doc/postgresql/html/functions-datetime.html +%%PORTDOCS%%share/doc/postgresql/html/functions-geometry.html +%%PORTDOCS%%share/doc/postgresql/html/functions-net.html +%%PORTDOCS%%share/doc/postgresql/html/functions-sequence.html +%%PORTDOCS%%share/doc/postgresql/html/functions-conditional.html +%%PORTDOCS%%share/doc/postgresql/html/functions-misc.html +%%PORTDOCS%%share/doc/postgresql/html/functions-aggregate.html +%%PORTDOCS%%share/doc/postgresql/html/functions-subquery.html +%%PORTDOCS%%share/doc/postgresql/html/typeconv.html +%%PORTDOCS%%share/doc/postgresql/html/typeconv-overview.html +%%PORTDOCS%%share/doc/postgresql/html/typeconv-oper.html +%%PORTDOCS%%share/doc/postgresql/html/typeconv-func.html +%%PORTDOCS%%share/doc/postgresql/html/typeconv-query.html +%%PORTDOCS%%share/doc/postgresql/html/typeconv-union-case.html +%%PORTDOCS%%share/doc/postgresql/html/indexes.html +%%PORTDOCS%%share/doc/postgresql/html/indexes-types.html +%%PORTDOCS%%share/doc/postgresql/html/indexes-multicolumn.html +%%PORTDOCS%%share/doc/postgresql/html/indexes-unique.html +%%PORTDOCS%%share/doc/postgresql/html/indexes-functional.html +%%PORTDOCS%%share/doc/postgresql/html/indexes-opclass.html +%%PORTDOCS%%share/doc/postgresql/html/keys.html +%%PORTDOCS%%share/doc/postgresql/html/indexes-partial.html +%%PORTDOCS%%share/doc/postgresql/html/indexes-examine.html +%%PORTDOCS%%share/doc/postgresql/html/inherit.html +%%PORTDOCS%%share/doc/postgresql/html/mvcc.html +%%PORTDOCS%%share/doc/postgresql/html/transaction-iso.html +%%PORTDOCS%%share/doc/postgresql/html/xact-read-committed.html +%%PORTDOCS%%share/doc/postgresql/html/xact-serializable.html +%%PORTDOCS%%share/doc/postgresql/html/applevel-consistency.html +%%PORTDOCS%%share/doc/postgresql/html/locking-tables.html +%%PORTDOCS%%share/doc/postgresql/html/locking-indexes.html +%%PORTDOCS%%share/doc/postgresql/html/manage.html +%%PORTDOCS%%share/doc/postgresql/html/db-accessing.html +%%PORTDOCS%%share/doc/postgresql/html/db-destroy.html +%%PORTDOCS%%share/doc/postgresql/html/performance-tips.html +%%PORTDOCS%%share/doc/postgresql/html/planner-stats.html +%%PORTDOCS%%share/doc/postgresql/html/explicit-joins.html +%%PORTDOCS%%share/doc/postgresql/html/populate.html +%%PORTDOCS%%share/doc/postgresql/html/datetime-appendix.html +%%PORTDOCS%%share/doc/postgresql/html/timezones.html +%%PORTDOCS%%share/doc/postgresql/html/units-history.html +%%PORTDOCS%%share/doc/postgresql/html/sql-keywords-appendix.html +%%PORTDOCS%%share/doc/postgresql/html/biblio.html +%%PORTDOCS%%share/doc/postgresql/html/admin.html +%%PORTDOCS%%share/doc/postgresql/html/installation.html +%%PORTDOCS%%share/doc/postgresql/html/install-requirements.html +%%PORTDOCS%%share/doc/postgresql/html/install-getsource.html +%%PORTDOCS%%share/doc/postgresql/html/install-upgrading.html +%%PORTDOCS%%share/doc/postgresql/html/install-procedure.html +%%PORTDOCS%%share/doc/postgresql/html/install-post.html +%%PORTDOCS%%share/doc/postgresql/html/supported-platforms.html +%%PORTDOCS%%share/doc/postgresql/html/install-win32.html +%%PORTDOCS%%share/doc/postgresql/html/runtime.html +%%PORTDOCS%%share/doc/postgresql/html/creating-cluster.html +%%PORTDOCS%%share/doc/postgresql/html/postmaster-start.html +%%PORTDOCS%%share/doc/postgresql/html/runtime-config.html +%%PORTDOCS%%share/doc/postgresql/html/kernel-resources.html +%%PORTDOCS%%share/doc/postgresql/html/postmaster-shutdown.html +%%PORTDOCS%%share/doc/postgresql/html/ssl-tcp.html +%%PORTDOCS%%share/doc/postgresql/html/ssh-tunnels.html +%%PORTDOCS%%share/doc/postgresql/html/client-authentication.html +%%PORTDOCS%%share/doc/postgresql/html/auth-methods.html +%%PORTDOCS%%share/doc/postgresql/html/client-authentication-problems.html +%%PORTDOCS%%share/doc/postgresql/html/charset.html +%%PORTDOCS%%share/doc/postgresql/html/recode.html +%%PORTDOCS%%share/doc/postgresql/html/multibyte.html +%%PORTDOCS%%share/doc/postgresql/html/managing-databases.html +%%PORTDOCS%%share/doc/postgresql/html/manage-ag-dropdb.html +%%PORTDOCS%%share/doc/postgresql/html/user-manag.html +%%PORTDOCS%%share/doc/postgresql/html/groups.html +%%PORTDOCS%%share/doc/postgresql/html/privileges.html +%%PORTDOCS%%share/doc/postgresql/html/perm-functions.html +%%PORTDOCS%%share/doc/postgresql/html/maintenance.html +%%PORTDOCS%%share/doc/postgresql/html/routine-vacuuming.html +%%PORTDOCS%%share/doc/postgresql/html/logfile-maintenance.html +%%PORTDOCS%%share/doc/postgresql/html/backup.html +%%PORTDOCS%%share/doc/postgresql/html/backup-file.html +%%PORTDOCS%%share/doc/postgresql/html/migration.html +%%PORTDOCS%%share/doc/postgresql/html/monitoring.html +%%PORTDOCS%%share/doc/postgresql/html/monitoring-stats.html +%%PORTDOCS%%share/doc/postgresql/html/wal.html +%%PORTDOCS%%share/doc/postgresql/html/wal-implementation.html +%%PORTDOCS%%share/doc/postgresql/html/wal-configuration.html +%%PORTDOCS%%share/doc/postgresql/html/storage.html +%%PORTDOCS%%share/doc/postgresql/html/libpq.html +%%PORTDOCS%%share/doc/postgresql/html/failure.html +%%PORTDOCS%%share/doc/postgresql/html/failure-disk-failed.html +%%PORTDOCS%%share/doc/postgresql/html/regress.html +%%PORTDOCS%%share/doc/postgresql/html/regress-run.html +%%PORTDOCS%%share/doc/postgresql/html/regress-evaluation.html +%%PORTDOCS%%share/doc/postgresql/html/regress-platform.html +%%PORTDOCS%%share/doc/postgresql/html/release.html +%%PORTDOCS%%share/doc/postgresql/html/release-7-1-3.html +%%PORTDOCS%%share/doc/postgresql/html/release-7-1-2.html +%%PORTDOCS%%share/doc/postgresql/html/release-7-1-1.html +%%PORTDOCS%%share/doc/postgresql/html/release-7-1.html +%%PORTDOCS%%share/doc/postgresql/html/release-7-0-3.html +%%PORTDOCS%%share/doc/postgresql/html/release-7-0-2.html +%%PORTDOCS%%share/doc/postgresql/html/release-7-0-1.html +%%PORTDOCS%%share/doc/postgresql/html/release-7-0.html +%%PORTDOCS%%share/doc/postgresql/html/release-6-5-3.html +%%PORTDOCS%%share/doc/postgresql/html/release-6-5-2.html +%%PORTDOCS%%share/doc/postgresql/html/release-6-5-1.html +%%PORTDOCS%%share/doc/postgresql/html/release-6-5.html +%%PORTDOCS%%share/doc/postgresql/html/release-6-4-2.html +%%PORTDOCS%%share/doc/postgresql/html/release-6-4-1.html +%%PORTDOCS%%share/doc/postgresql/html/release-6-4.html +%%PORTDOCS%%share/doc/postgresql/html/release-6-3-2.html +%%PORTDOCS%%share/doc/postgresql/html/release-6-3-1.html +%%PORTDOCS%%share/doc/postgresql/html/release-6-3.html +%%PORTDOCS%%share/doc/postgresql/html/release-6-2-1.html +%%PORTDOCS%%share/doc/postgresql/html/release-6-2.html +%%PORTDOCS%%share/doc/postgresql/html/release-6-1-1.html +%%PORTDOCS%%share/doc/postgresql/html/release-6-1.html +%%PORTDOCS%%share/doc/postgresql/html/release-6-0.html +%%PORTDOCS%%share/doc/postgresql/html/release-1-09.html +%%PORTDOCS%%share/doc/postgresql/html/release-1-02.html +%%PORTDOCS%%share/doc/postgresql/html/release-1-01.html +%%PORTDOCS%%share/doc/postgresql/html/release-1-0.html +%%PORTDOCS%%share/doc/postgresql/html/release-0-03.html +%%PORTDOCS%%share/doc/postgresql/html/release-0-02.html +%%PORTDOCS%%share/doc/postgresql/html/release-0-01.html +%%PORTDOCS%%share/doc/postgresql/html/programmer.html +%%PORTDOCS%%share/doc/postgresql/html/programmer-client.html +%%PORTDOCS%%share/doc/postgresql/html/libpq-connect.html +%%PORTDOCS%%share/doc/postgresql/html/libpq-exec.html +%%PORTDOCS%%share/doc/postgresql/html/libpq-async.html +%%PORTDOCS%%share/doc/postgresql/html/libpq-fastpath.html +%%PORTDOCS%%share/doc/postgresql/html/libpq-notify.html +%%PORTDOCS%%share/doc/postgresql/html/libpq-copy.html +%%PORTDOCS%%share/doc/postgresql/html/libpq-trace.html +%%PORTDOCS%%share/doc/postgresql/html/libpq-control.html +%%PORTDOCS%%share/doc/postgresql/html/libpq-envars.html +%%PORTDOCS%%share/doc/postgresql/html/libpq-threading.html +%%PORTDOCS%%share/doc/postgresql/html/libpq-build.html +%%PORTDOCS%%share/doc/postgresql/html/libpq-example.html +%%PORTDOCS%%share/doc/postgresql/html/largeobjects.html +%%PORTDOCS%%share/doc/postgresql/html/lo-implementation.html +%%PORTDOCS%%share/doc/postgresql/html/lo-interfaces.html +%%PORTDOCS%%share/doc/postgresql/html/lo-funcs.html +%%PORTDOCS%%share/doc/postgresql/html/lo-libpq.html +%%PORTDOCS%%share/doc/postgresql/html/libpqplusplus.html +%%PORTDOCS%%share/doc/postgresql/html/libpqpp-init.html +%%PORTDOCS%%share/doc/postgresql/html/libpqpp-classes.html +%%PORTDOCS%%share/doc/postgresql/html/libpqpp-connect.html +%%PORTDOCS%%share/doc/postgresql/html/libpqpp-exec.html +%%PORTDOCS%%share/doc/postgresql/html/libpqpp-notify.html +%%PORTDOCS%%share/doc/postgresql/html/libpqpp-copy.html +%%PORTDOCS%%share/doc/postgresql/html/pgtcl.html +%%PORTDOCS%%share/doc/postgresql/html/libpgtcl-loading.html +%%PORTDOCS%%share/doc/postgresql/html/libpgtcl-ref.html +%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pgconnect.html +%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pgdisconnect.html +%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pgconndefaults.html +%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pgexec.html +%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pgresult.html +%%PORTDOCS%%share/doc/postgresql/html/pgeasy.html +%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pgselect.html +%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pglisten.html +%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pglocreat.html +%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pgloopen.html +%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pgloclose.html +%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pgloread.html +%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pglowrite.html +%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pglolseek.html +%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pglotell.html +%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pglounlink.html +%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pgloimport.html +%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pgloexport.html +%%PORTDOCS%%share/doc/postgresql/html/ecpg.html +%%PORTDOCS%%share/doc/postgresql/html/ecpg-concept.html +%%PORTDOCS%%share/doc/postgresql/html/ecpg-use.html +%%PORTDOCS%%share/doc/postgresql/html/ecpg-limitations.html +%%PORTDOCS%%share/doc/postgresql/html/ecpg-porting.html +%%PORTDOCS%%share/doc/postgresql/html/ecpg-develop.html +%%PORTDOCS%%share/doc/postgresql/html/odbc.html +%%PORTDOCS%%share/doc/postgresql/html/odbc-install.html +%%PORTDOCS%%share/doc/postgresql/html/odbc-config.html +%%PORTDOCS%%share/doc/postgresql/html/odbc-windows.html +%%PORTDOCS%%share/doc/postgresql/html/odbc-applixware.html +%%PORTDOCS%%share/doc/postgresql/html/jdbc.html +%%PORTDOCS%%share/doc/postgresql/html/jdbc-use.html +%%PORTDOCS%%share/doc/postgresql/html/jdbc-query.html +%%PORTDOCS%%share/doc/postgresql/html/jdbc-update.html +%%PORTDOCS%%share/doc/postgresql/html/jdbc-ddl.html +%%PORTDOCS%%share/doc/postgresql/html/jdbc-binary-data.html +%%PORTDOCS%%share/doc/postgresql/html/jdbc-ext.html +%%PORTDOCS%%share/doc/postgresql/html/jdbc-thread.html +%%PORTDOCS%%share/doc/postgresql/html/jdbc-reading.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-pg-functions.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-connect.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-get-defhost.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-set-defhost.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-get-defport.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-set-defport.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-get-defopt.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-set-defopt.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-get-deftty.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-set-deftty.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-get-defbase.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-set-defbase.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-pg-pgobject.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-query.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-reset.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-close.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-fileno.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-getnotify.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-inserttable.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-putline.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-getline.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-endcopy.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-locreate.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-getlo.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-loimport.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-pg-db.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-db-pkey.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-db-get-databases.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-db-get-tables.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-db-get-attnames.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-db-get.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-db-insert.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-db-update.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-db-clear.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-db-delete.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-pg-pgqueryobject.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-pgqueryobject-getresult.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-pgqueryobject-dictresult.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-pgqueryobject-listfields.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-pgqueryobject-fieldname.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-pgqueryobject-fieldnum.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-pgqueryobject-ntuples.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-pg-pglarge.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-pglargeobject-open.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-pglargeobject-close.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-pglargeobject-read.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-pglargeobject-write.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-pglargeobject-seek.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-pglargeobject-tell.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-pglargeobject-unlink.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-pglargeobject-size.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-pglargeobject-export.html +%%PORTDOCS%%share/doc/postgresql/html/pygresql-db-api.html +%%PORTDOCS%%share/doc/postgresql/html/programmer-server.html +%%PORTDOCS%%share/doc/postgresql/html/arch-pg.html +%%PORTDOCS%%share/doc/postgresql/html/extend.html +%%PORTDOCS%%share/doc/postgresql/html/type-system.html +%%PORTDOCS%%share/doc/postgresql/html/pg-system-catalogs.html +%%PORTDOCS%%share/doc/postgresql/html/xfunc.html +%%PORTDOCS%%share/doc/postgresql/html/xfunc-sql.html +%%PORTDOCS%%share/doc/postgresql/html/xfunc-pl.html +%%PORTDOCS%%share/doc/postgresql/html/xfunc-internal.html +%%PORTDOCS%%share/doc/postgresql/html/xfunc-c.html +%%PORTDOCS%%share/doc/postgresql/html/xfunc-overload.html +%%PORTDOCS%%share/doc/postgresql/html/xfunc-plhandler.html +%%PORTDOCS%%share/doc/postgresql/html/xtypes.html +%%PORTDOCS%%share/doc/postgresql/html/xoper.html +%%PORTDOCS%%share/doc/postgresql/html/xoper-example.html +%%PORTDOCS%%share/doc/postgresql/html/xoper-optimization.html +%%PORTDOCS%%share/doc/postgresql/html/xaggr.html +%%PORTDOCS%%share/doc/postgresql/html/rules.html +%%PORTDOCS%%share/doc/postgresql/html/querytree.html +%%PORTDOCS%%share/doc/postgresql/html/rules-views.html +%%PORTDOCS%%share/doc/postgresql/html/rules-insert.html +%%PORTDOCS%%share/doc/postgresql/html/rules-permissions.html +%%PORTDOCS%%share/doc/postgresql/html/rules-triggers.html +%%PORTDOCS%%share/doc/postgresql/html/xindex.html +%%PORTDOCS%%share/doc/postgresql/html/xindex-am.html +%%PORTDOCS%%share/doc/postgresql/html/xindex-support.html +%%PORTDOCS%%share/doc/postgresql/html/xindex-strategies.html +%%PORTDOCS%%share/doc/postgresql/html/xindex-opclass.html +%%PORTDOCS%%share/doc/postgresql/html/xindex-operators.html +%%PORTDOCS%%share/doc/postgresql/html/indexcost.html +%%PORTDOCS%%share/doc/postgresql/html/gist.html +%%PORTDOCS%%share/doc/postgresql/html/triggers.html +%%PORTDOCS%%share/doc/postgresql/html/trigger-manager.html +%%PORTDOCS%%share/doc/postgresql/html/trigger-datachanges.html +%%PORTDOCS%%share/doc/postgresql/html/trigger-examples.html +%%PORTDOCS%%share/doc/postgresql/html/spi.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spiconnect.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spifinish.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spiexec.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spiprepare.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spiexecp.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spicursor-open.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spicursor-find.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spifnumber.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spicursor-fetch.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spicursor-move.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spicursor-close.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spisaveplan.html +%%PORTDOCS%%share/doc/postgresql/html/spi-interface-support.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spifname.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spigetvalue.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spigetbinval.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spigettype.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spigettypeid.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spigetrelname.html +%%PORTDOCS%%share/doc/postgresql/html/spi-memory.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spicopytuple.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spicopytupledesc.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spicopytupleintoslot.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spimodifytuple.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spipalloc.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spirepalloc.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spipfree.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spifreetuple.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spifreetuptable.html +%%PORTDOCS%%share/doc/postgresql/html/spi-spifreeplan.html +%%PORTDOCS%%share/doc/postgresql/html/spi-visibility.html +%%PORTDOCS%%share/doc/postgresql/html/spi-examples.html +%%PORTDOCS%%share/doc/postgresql/html/programmer-pl.html +%%PORTDOCS%%share/doc/postgresql/html/xplang.html +%%PORTDOCS%%share/doc/postgresql/html/xplang-install.html +%%PORTDOCS%%share/doc/postgresql/html/plpgsql.html +%%PORTDOCS%%share/doc/postgresql/html/plpgsql-structure.html +%%PORTDOCS%%share/doc/postgresql/html/plpgsql-declarations.html +%%PORTDOCS%%share/doc/postgresql/html/plpgsql-expressions.html +%%PORTDOCS%%share/doc/postgresql/html/plpgsql-statements.html +%%PORTDOCS%%share/doc/postgresql/html/plpgsql-control-structures.html +%%PORTDOCS%%share/doc/postgresql/html/pltcl.html +%%PORTDOCS%%share/doc/postgresql/html/plpgsql-cursors.html +%%PORTDOCS%%share/doc/postgresql/html/plpgsql-errors-and-messages.html +%%PORTDOCS%%share/doc/postgresql/html/plpgsql-trigger.html +%%PORTDOCS%%share/doc/postgresql/html/plpgsql-examples.html +%%PORTDOCS%%share/doc/postgresql/html/plpgsql-porting.html +%%PORTDOCS%%share/doc/postgresql/html/pltcl-description.html +%%PORTDOCS%%share/doc/postgresql/html/plperl.html +%%PORTDOCS%%share/doc/postgresql/html/plperl-description.html +%%PORTDOCS%%share/doc/postgresql/html/plperl-install.html +%%PORTDOCS%%share/doc/postgresql/html/plpython.html +%%PORTDOCS%%share/doc/postgresql/html/plpython-install.html +%%PORTDOCS%%share/doc/postgresql/html/plpython-using.html +%%PORTDOCS%%share/doc/postgresql/html/reference.html +%%PORTDOCS%%share/doc/postgresql/html/reference-preface.html +%%PORTDOCS%%share/doc/postgresql/html/sql-commands.html +%%PORTDOCS%%share/doc/postgresql/html/sql-abort.html +%%PORTDOCS%%share/doc/postgresql/html/sql-altergroup.html +%%PORTDOCS%%share/doc/postgresql/html/sql-altertable.html +%%PORTDOCS%%share/doc/postgresql/html/sql-alteruser.html +%%PORTDOCS%%share/doc/postgresql/html/sql-analyze.html +%%PORTDOCS%%share/doc/postgresql/html/sql-begin.html +%%PORTDOCS%%share/doc/postgresql/html/sql-checkpoint.html +%%PORTDOCS%%share/doc/postgresql/html/sql-close.html +%%PORTDOCS%%share/doc/postgresql/html/sql-cluster.html +%%PORTDOCS%%share/doc/postgresql/html/sql-comment.html +%%PORTDOCS%%share/doc/postgresql/html/sql-commit.html +%%PORTDOCS%%share/doc/postgresql/html/sql-copy.html +%%PORTDOCS%%share/doc/postgresql/html/sql-createaggregate.html +%%PORTDOCS%%share/doc/postgresql/html/sql-createconstraint.html +%%PORTDOCS%%share/doc/postgresql/html/sql-createdatabase.html +%%PORTDOCS%%share/doc/postgresql/html/sql-createfunction.html +%%PORTDOCS%%share/doc/postgresql/html/sql-creategroup.html +%%PORTDOCS%%share/doc/postgresql/html/sql-createindex.html +%%PORTDOCS%%share/doc/postgresql/html/sql-createlanguage.html +%%PORTDOCS%%share/doc/postgresql/html/sql-createoperator.html +%%PORTDOCS%%share/doc/postgresql/html/sql-createrule.html +%%PORTDOCS%%share/doc/postgresql/html/sql-createsequence.html +%%PORTDOCS%%share/doc/postgresql/html/sql-createtable.html +%%PORTDOCS%%share/doc/postgresql/html/sql-createtableas.html +%%PORTDOCS%%share/doc/postgresql/html/sql-createtrigger.html +%%PORTDOCS%%share/doc/postgresql/html/sql-createtype.html +%%PORTDOCS%%share/doc/postgresql/html/sql-createuser.html +%%PORTDOCS%%share/doc/postgresql/html/sql-createview.html +%%PORTDOCS%%share/doc/postgresql/html/sql-declare.html +%%PORTDOCS%%share/doc/postgresql/html/sql-delete.html +%%PORTDOCS%%share/doc/postgresql/html/sql-dropaggregate.html +%%PORTDOCS%%share/doc/postgresql/html/sql-dropdatabase.html +%%PORTDOCS%%share/doc/postgresql/html/sql-dropfunction.html +%%PORTDOCS%%share/doc/postgresql/html/sql-dropgroup.html +%%PORTDOCS%%share/doc/postgresql/html/sql-dropindex.html +%%PORTDOCS%%share/doc/postgresql/html/sql-droplanguage.html +%%PORTDOCS%%share/doc/postgresql/html/sql-dropoperator.html +%%PORTDOCS%%share/doc/postgresql/html/sql-droprule.html +%%PORTDOCS%%share/doc/postgresql/html/sql-dropsequence.html +%%PORTDOCS%%share/doc/postgresql/html/sql-droptable.html +%%PORTDOCS%%share/doc/postgresql/html/sql-droptrigger.html +%%PORTDOCS%%share/doc/postgresql/html/sql-droptype.html +%%PORTDOCS%%share/doc/postgresql/html/sql-dropuser.html +%%PORTDOCS%%share/doc/postgresql/html/sql-dropview.html +%%PORTDOCS%%share/doc/postgresql/html/sql-end.html +%%PORTDOCS%%share/doc/postgresql/html/sql-explain.html +%%PORTDOCS%%share/doc/postgresql/html/sql-fetch.html +%%PORTDOCS%%share/doc/postgresql/html/sql-grant.html +%%PORTDOCS%%share/doc/postgresql/html/sql-insert.html +%%PORTDOCS%%share/doc/postgresql/html/sql-listen.html +%%PORTDOCS%%share/doc/postgresql/html/sql-load.html +%%PORTDOCS%%share/doc/postgresql/html/sql-lock.html +%%PORTDOCS%%share/doc/postgresql/html/sql-move.html +%%PORTDOCS%%share/doc/postgresql/html/sql-notify.html +%%PORTDOCS%%share/doc/postgresql/html/sql-reindex.html +%%PORTDOCS%%share/doc/postgresql/html/sql-reset.html +%%PORTDOCS%%share/doc/postgresql/html/sql-revoke.html +%%PORTDOCS%%share/doc/postgresql/html/sql-rollback.html +%%PORTDOCS%%share/doc/postgresql/html/sql-select.html +%%PORTDOCS%%share/doc/postgresql/html/sql-selectinto.html +%%PORTDOCS%%share/doc/postgresql/html/sql-set.html +%%PORTDOCS%%share/doc/postgresql/html/sql-set-constraints.html +%%PORTDOCS%%share/doc/postgresql/html/sql-set-session-authorization.html +%%PORTDOCS%%share/doc/postgresql/html/sql-set-transaction.html +%%PORTDOCS%%share/doc/postgresql/html/sql-show.html +%%PORTDOCS%%share/doc/postgresql/html/sql-truncate.html +%%PORTDOCS%%share/doc/postgresql/html/sql-unlisten.html +%%PORTDOCS%%share/doc/postgresql/html/sql-update.html +%%PORTDOCS%%share/doc/postgresql/html/sql-vacuum.html +%%PORTDOCS%%share/doc/postgresql/html/reference-client.html +%%PORTDOCS%%share/doc/postgresql/html/app-createdb.html +%%PORTDOCS%%share/doc/postgresql/html/app-createlang.html +%%PORTDOCS%%share/doc/postgresql/html/app-createuser.html +%%PORTDOCS%%share/doc/postgresql/html/app-dropdb.html +%%PORTDOCS%%share/doc/postgresql/html/app-droplang.html +%%PORTDOCS%%share/doc/postgresql/html/app-dropuser.html +%%PORTDOCS%%share/doc/postgresql/html/app-ecpg.html +%%PORTDOCS%%share/doc/postgresql/html/app-pgaccess.html +%%PORTDOCS%%share/doc/postgresql/html/app-pgconfig.html +%%PORTDOCS%%share/doc/postgresql/html/app-pgdump.html +%%PORTDOCS%%share/doc/postgresql/html/app-pg-dumpall.html +%%PORTDOCS%%share/doc/postgresql/html/app-pgrestore.html +%%PORTDOCS%%share/doc/postgresql/html/app-psql.html +%%PORTDOCS%%share/doc/postgresql/html/app-pgtclsh.html +%%PORTDOCS%%share/doc/postgresql/html/app-pgtksh.html +%%PORTDOCS%%share/doc/postgresql/html/app-vacuumdb.html +%%PORTDOCS%%share/doc/postgresql/html/reference-server.html +%%PORTDOCS%%share/doc/postgresql/html/app-initdb.html +%%PORTDOCS%%share/doc/postgresql/html/app-initlocation.html +%%PORTDOCS%%share/doc/postgresql/html/app-ipcclean.html +%%PORTDOCS%%share/doc/postgresql/html/app-pg-ctl.html +%%PORTDOCS%%share/doc/postgresql/html/app-pg-passwd.html +%%PORTDOCS%%share/doc/postgresql/html/app-postgres.html +%%PORTDOCS%%share/doc/postgresql/html/app-postmaster.html +%%PORTDOCS%%share/doc/postgresql/html/developer.html +%%PORTDOCS%%share/doc/postgresql/html/source.html +%%PORTDOCS%%share/doc/postgresql/html/overview.html +%%PORTDOCS%%share/doc/postgresql/html/connect-estab.html +%%PORTDOCS%%share/doc/postgresql/html/parser-stage.html +%%PORTDOCS%%share/doc/postgresql/html/rule-system.html +%%PORTDOCS%%share/doc/postgresql/html/planner-optimizer.html +%%PORTDOCS%%share/doc/postgresql/html/executor.html +%%PORTDOCS%%share/doc/postgresql/html/catalogs.html +%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-aggregate.html +%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-attrdef.html +%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-attribute.html +%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-class.html +%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-database.html +%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-description.html +%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-group.html +%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-index.html +%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-inherits.html +%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-language.html +%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-largeobject.html +%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-listener.html +%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-operator.html +%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-proc.html +%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-relcheck.html +%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-rewrite.html +%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-shadow.html +%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-statistic.html +%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-trigger.html +%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-type.html +%%PORTDOCS%%share/doc/postgresql/html/protocol.html +%%PORTDOCS%%share/doc/postgresql/html/protocol-protocol.html +%%PORTDOCS%%share/doc/postgresql/html/protocol-message-types.html +%%PORTDOCS%%share/doc/postgresql/html/protocol-message-formats.html +%%PORTDOCS%%share/doc/postgresql/html/compiler.html +%%PORTDOCS%%share/doc/postgresql/html/bki.html +%%PORTDOCS%%share/doc/postgresql/html/bki-commands.html +%%PORTDOCS%%share/doc/postgresql/html/bki-example.html +%%PORTDOCS%%share/doc/postgresql/html/page.html +%%PORTDOCS%%share/doc/postgresql/html/geqo.html +%%PORTDOCS%%share/doc/postgresql/html/geqo-intro2.html +%%PORTDOCS%%share/doc/postgresql/html/geqo-pg-intro.html +%%PORTDOCS%%share/doc/postgresql/html/geqo-biblio.html +%%PORTDOCS%%share/doc/postgresql/html/nls.html +%%PORTDOCS%%share/doc/postgresql/html/nls-programmer.html +%%PORTDOCS%%share/doc/postgresql/html/cvs.html +%%PORTDOCS%%share/doc/postgresql/html/cvs-tree.html +%%PORTDOCS%%share/doc/postgresql/html/cvsup.html +%%PORTDOCS%%share/doc/postgresql/html/docguide.html +%%PORTDOCS%%share/doc/postgresql/html/doc-toolsets.html +%%PORTDOCS%%share/doc/postgresql/html/doc-build.html +%%PORTDOCS%%share/doc/postgresql/html/doc-sources.html +%%PORTDOCS%%share/doc/postgresql/html/setindex.html +%%PORTDOCS%%share/doc/postgresql/html/ln8.html +%%PORTDOCS%%share/doc/postgresql/html/ln25.html +%%PORTDOCS%%share/doc/postgresql/html/ln650.html +%%PORTDOCS%%share/doc/postgresql/html/ln13544.html +%%PORTDOCS%%share/doc/postgresql/html/ln19341.html +%%PORTDOCS%%share/doc/postgresql/html/ln31695.html +%%PORTDOCS%%share/doc/postgresql/html/ln43726.html +%%PORTDOCS%%share/doc/postgresql/html/catalogs.gif +%%PORTDOCS%%share/doc/postgresql/html/connections.gif +%%PORTDOCS%%share/doc/postgresql/html/stylesheet.css +%%PORTDOCS%%@dirrm share/doc/postgresql/html +%%PORTDOCS%%@dirrm share/doc/postgresql +%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo +%%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq.mo +%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump.mo +%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql.mo +%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo +%%GETTEXT%%share/locale/de/LC_MESSAGES/libpq.mo +%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump.mo +%%GETTEXT%%share/locale/de/LC_MESSAGES/psql.mo +%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo +%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo +%%GETTEXT%%share/locale/ru/LC_MESSAGES/libpq.mo +%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump.mo +%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql.mo +%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres.mo +%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/libpq.mo +%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump.mo +%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo +%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres.mo +%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo +%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo +%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo +%%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq.mo +%%GETTEXT%%share/locale/fr/LC_MESSAGES/psql.mo +%%GETTEXT%%share/locale/sv/LC_MESSAGES/libpq.mo +%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump.mo +%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql.mo +%%GETTEXT%%@unexec rmdir share/locale/*/LC_MESSAGES 2>/dev/null || true +%%GETTEXT%%@unexec rmdir share/locale/* 2>/dev/null || true +%%GETTEXT%%@unexec rmdir share/locale 2>/dev/null || true +%%SERVER%%@unexec if cmp -s ~pgsql/.profile %D/share/postgresql/dot.profile.dist; then rm -f ~pgsql/.profile; fi +%%SERVER%%@unexec if cmp -s ~pgsql/.cshrc %D/share/postgresql/dot.cshrc.dist; then rm -f ~pgsql/.cshrc; fi +%%SERVER%%@unexec [ -f ~pgsql/dot.profile.dist ] && rm ~pgsql/dot.profile.dist +%%SERVER%%@unexec [ -f ~pgsql/dot.cshrc.dist ] && rm ~pgsql/dot.cshrc.dist +%%SERVER%%@exec [ -f %D/share/postgresql/post-install-notes ] && cp %D/share/postgresql/post-install-notes ~pgsql && chown pgsql:pgsql ~pgsql/post-install-notes +%%SERVER%%@unexec [ -f ~pgsql/post-install-notes ] && rm ~pgsql/post-install-notes +%%SERVER%%share/postgresql/dot.profile.dist +%%SERVER%%share/postgresql/dot.cshrc.dist +%%SERVER%%@exec [ -f %D/share/postgresql/dot.profile.dist ] && cp %D/share/postgresql/dot.profile.dist ~pgsql/. +%%SERVER%%@exec [ -f %D/share/postgresql/dot.cshrc.dist ] && cp %D/share/postgresql/dot.cshrc.dist ~pgsql/. +%%SERVER%%@exec [ -f ~pgsql/.profile ] || (cp %D/share/postgresql/dot.profile.dist ~pgsql/.profile && chown pgsql:pgsql ~pgsql/.profile) +%%SERVER%%@exec [ -f ~pgsql/.cshrc ] || (cp %D/share/postgresql/dot.cshrc.dist ~pgsql/.cshrc && chown pgsql:pgsql ~pgsql/.cshrc) +%%SERVER%%@unexec rmdir ~pgsql 2> /dev/null || true +%%SERVER%%@unexec echo "Warning: If you will *NOT* use this package anymore, please remove %D/pgsql and the pgsql user manually." +%%SERVER%%@unexec rmdir %D/share/postgresql 2>/dev/null || true +%%SERVER%%etc/rc.d/010.pgsql.sh |