diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2007-10-15 15:32:19 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2007-10-15 15:32:19 +0000 |
commit | 104aa6c0488bea9251649a6bf593b0b855a435b6 (patch) | |
tree | 9861f762c655fd62bf8dc15ad50f4a4c20b3ebd0 /databases/postgresql90-server/pkg-plist-contrib | |
parent | 3b9eacf7de65b8acbc23948875e921fea2be8e07 (diff) | |
download | ports-104aa6c0488bea9251649a6bf593b0b855a435b6.tar.gz ports-104aa6c0488bea9251649a6bf593b0b855a435b6.zip |
Notes
Diffstat (limited to 'databases/postgresql90-server/pkg-plist-contrib')
-rw-r--r-- | databases/postgresql90-server/pkg-plist-contrib | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/databases/postgresql90-server/pkg-plist-contrib b/databases/postgresql90-server/pkg-plist-contrib index 6aac8614c6bd..7517de8c92a6 100644 --- a/databases/postgresql90-server/pkg-plist-contrib +++ b/databases/postgresql90-server/pkg-plist-contrib @@ -1,4 +1,5 @@ bin/oid2name +bin/pg_standby bin/pgbench bin/vacuumlo lib/postgresql/_int.so @@ -17,6 +18,7 @@ lib/postgresql/isn.so lib/postgresql/lo.so lib/postgresql/ltree.so lib/postgresql/moddatetime.so +lib/postgresql/pageinspect.so lib/postgresql/pg_buffercache.so lib/postgresql/pg_freespacemap.so lib/postgresql/pg_trgm.so @@ -28,7 +30,6 @@ lib/postgresql/seg.so lib/postgresql/sslinfo.so lib/postgresql/tablefunc.so lib/postgresql/timetravel.so -lib/postgresql/tsearch2.so %%DOCSDIR%%/README-contrib %%DOCSDIR%%/contrib/README %%DOCSDIR%%/contrib/README.adminpack @@ -45,8 +46,10 @@ lib/postgresql/tsearch2.so %%DOCSDIR%%/contrib/README.lo %%DOCSDIR%%/contrib/README.ltree %%DOCSDIR%%/contrib/README.oid2name +%%DOCSDIR%%/contrib/README.pageinspect %%DOCSDIR%%/contrib/README.pg_buffercache %%DOCSDIR%%/contrib/README.pg_freespacemap +%%DOCSDIR%%/contrib/README.pg_standby %%DOCSDIR%%/contrib/README.pg_trgm %%DOCSDIR%%/contrib/README.pgbench %%DOCSDIR%%/contrib/README.pgbench_jis @@ -60,7 +63,6 @@ lib/postgresql/tsearch2.so %%DOCSDIR%%/contrib/README.spi %%DOCSDIR%%/contrib/README.sslinfo %%DOCSDIR%%/contrib/README.tablefunc -%%DOCSDIR%%/contrib/README.tsearch2 %%DOCSDIR%%/contrib/README.vacuumlo %%DOCSDIR%%/contrib/autoinc.example %%DOCSDIR%%/contrib/insert_username.example @@ -75,7 +77,6 @@ share/postgresql/contrib/chkpass.sql share/postgresql/contrib/cube.sql share/postgresql/contrib/dblink.sql share/postgresql/contrib/earthdistance.sql -share/postgresql/contrib/english.stop share/postgresql/contrib/fuzzystrmatch.sql share/postgresql/contrib/hstore.sql share/postgresql/contrib/insert_username.sql @@ -84,6 +85,7 @@ share/postgresql/contrib/isn.sql share/postgresql/contrib/lo.sql share/postgresql/contrib/ltree.sql share/postgresql/contrib/moddatetime.sql +share/postgresql/contrib/pageinspect.sql share/postgresql/contrib/pg_buffercache.sql share/postgresql/contrib/pg_freespacemap.sql share/postgresql/contrib/pg_trgm.sql @@ -91,14 +93,10 @@ share/postgresql/contrib/pgcrypto.sql share/postgresql/contrib/pgrowlocks.sql share/postgresql/contrib/pgstattuple.sql share/postgresql/contrib/refint.sql -share/postgresql/contrib/russian.stop -share/postgresql/contrib/russian.stop.utf8 share/postgresql/contrib/seg.sql share/postgresql/contrib/sslinfo.sql share/postgresql/contrib/tablefunc.sql -share/postgresql/contrib/thesaurus share/postgresql/contrib/timetravel.sql -share/postgresql/contrib/tsearch2.sql share/postgresql/contrib/uninstall__int.sql share/postgresql/contrib/uninstall_adminpack.sql share/postgresql/contrib/uninstall_btree_gist.sql @@ -112,6 +110,7 @@ share/postgresql/contrib/uninstall_int_aggregate.sql share/postgresql/contrib/uninstall_isn.sql share/postgresql/contrib/uninstall_lo.sql share/postgresql/contrib/uninstall_ltree.sql +share/postgresql/contrib/uninstall_pageinspect.sql share/postgresql/contrib/uninstall_pg_buffercache.sql share/postgresql/contrib/uninstall_pg_freespacemap.sql share/postgresql/contrib/uninstall_pg_trgm.sql @@ -121,7 +120,6 @@ share/postgresql/contrib/uninstall_pgstattuple.sql share/postgresql/contrib/uninstall_seg.sql share/postgresql/contrib/uninstall_sslinfo.sql share/postgresql/contrib/uninstall_tablefunc.sql -share/postgresql/contrib/uninstall_tsearch2.sql @dirrmtry share/postgresql/contrib >&2 @dirrmtry share/postgresql >&2 @dirrmtry %%DOCSDIR%%/contrib >&2 |