diff options
Diffstat (limited to 'databases/postgresql92-server/pkg-plist-contrib')
| -rw-r--r-- | databases/postgresql92-server/pkg-plist-contrib | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/databases/postgresql92-server/pkg-plist-contrib b/databases/postgresql92-server/pkg-plist-contrib index 304ec2a3f455..7113bf1de734 100644 --- a/databases/postgresql92-server/pkg-plist-contrib +++ b/databases/postgresql92-server/pkg-plist-contrib @@ -4,9 +4,12 @@ bin/pgbench bin/vacuumlo lib/postgresql/_int.so lib/postgresql/adminpack.so +lib/postgresql/auto_explain.so lib/postgresql/autoinc.so +lib/postgresql/btree_gin.so lib/postgresql/btree_gist.so lib/postgresql/chkpass.so +lib/postgresql/citext.so lib/postgresql/cube.so lib/postgresql/dblink.so lib/postgresql/dict_int.so @@ -15,7 +18,6 @@ lib/postgresql/earthdistance.so lib/postgresql/fuzzystrmatch.so lib/postgresql/hstore.so lib/postgresql/insert_username.so -lib/postgresql/int_aggregate.so lib/postgresql/isn.so lib/postgresql/lo.so lib/postgresql/ltree.so @@ -23,10 +25,12 @@ lib/postgresql/moddatetime.so lib/postgresql/pageinspect.so lib/postgresql/pg_buffercache.so lib/postgresql/pg_freespacemap.so +lib/postgresql/pg_stat_statements.so lib/postgresql/pg_trgm.so lib/postgresql/pgcrypto.so lib/postgresql/pgrowlocks.so lib/postgresql/pgstattuple.so +lib/postgresql/pgxml.so lib/postgresql/refint.so lib/postgresql/seg.so lib/postgresql/sslinfo.so @@ -34,6 +38,7 @@ lib/postgresql/tablefunc.so lib/postgresql/test_parser.so lib/postgresql/timetravel.so lib/postgresql/tsearch2.so +lib/postgresql/uuid-ossp.so %%DOCSDIR%%/README-contrib %%DOCSDIR%%/contrib/README %%DOCSDIR%%/contrib/autoinc.example @@ -44,8 +49,10 @@ lib/postgresql/tsearch2.so share/postgresql/contrib/_int.sql share/postgresql/contrib/adminpack.sql share/postgresql/contrib/autoinc.sql +share/postgresql/contrib/btree_gin.sql share/postgresql/contrib/btree_gist.sql share/postgresql/contrib/chkpass.sql +share/postgresql/contrib/citext.sql share/postgresql/contrib/cube.sql share/postgresql/contrib/dblink.sql share/postgresql/contrib/dict_int.sql @@ -62,10 +69,12 @@ 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_stat_statements.sql share/postgresql/contrib/pg_trgm.sql share/postgresql/contrib/pgcrypto.sql share/postgresql/contrib/pgrowlocks.sql share/postgresql/contrib/pgstattuple.sql +share/postgresql/contrib/pgxml.sql share/postgresql/contrib/refint.sql share/postgresql/contrib/seg.sql share/postgresql/contrib/sslinfo.sql @@ -75,8 +84,10 @@ 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_gin.sql share/postgresql/contrib/uninstall_btree_gist.sql share/postgresql/contrib/uninstall_chkpass.sql +share/postgresql/contrib/uninstall_citext.sql share/postgresql/contrib/uninstall_cube.sql share/postgresql/contrib/uninstall_dblink.sql share/postgresql/contrib/uninstall_dict_int.sql @@ -91,15 +102,19 @@ 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_stat_statements.sql share/postgresql/contrib/uninstall_pg_trgm.sql share/postgresql/contrib/uninstall_pgcrypto.sql share/postgresql/contrib/uninstall_pgrowlocks.sql share/postgresql/contrib/uninstall_pgstattuple.sql +share/postgresql/contrib/uninstall_pgxml.sql share/postgresql/contrib/uninstall_seg.sql share/postgresql/contrib/uninstall_sslinfo.sql share/postgresql/contrib/uninstall_tablefunc.sql share/postgresql/contrib/uninstall_test_parser.sql share/postgresql/contrib/uninstall_tsearch2.sql +share/postgresql/contrib/uninstall_uuid-ossp.sql +share/postgresql/contrib/uuid-ossp.sql share/postgresql/tsearch_data/xsyn_sample.rules @dirrmtry share/postgresql/tsearch_data >&2 @dirrmtry share/postgresql/contrib >&2 |
