diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-09-23 22:40:15 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-09-23 22:40:15 +0000 |
commit | 05209f589d590baa306656c97ab8e67dba7d8411 (patch) | |
tree | 0868d98fb4f391b4a06d6479f0e8916505e3d360 /databases/postgresql91-server/pkg-plist | |
parent | Import of REXX/imc. (diff) |
Import of Postgres95, a next-generation DMBS research prototype.
Reviewed by: jfitz@FreeBSD.ORG
Submitted by: Matthew Stein <matt@bdd.net>
Diffstat (limited to 'databases/postgresql91-server/pkg-plist')
-rw-r--r-- | databases/postgresql91-server/pkg-plist | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/databases/postgresql91-server/pkg-plist b/databases/postgresql91-server/pkg-plist new file mode 100644 index 000000000000..668cc642df35 --- /dev/null +++ b/databases/postgresql91-server/pkg-plist @@ -0,0 +1,85 @@ +etc/rc.d/postgres95.sh +postgres95/lib/libpq.a +postgres95/bin/postgres +postgres95/bin/postmaster +postgres95/bin/pg_id +postgres95/bin/pg_version +postgres95/bin/psql +postgres95/bin/pg_dump +postgres95/bin/cleardbdir +postgres95/bin/createdb +postgres95/bin/createuser +postgres95/bin/destroydb +postgres95/bin/destroyuser +postgres95/bin/initdb +postgres95/data/files/global1.bki +postgres95/data/files/global1.bki.source +postgres95/data/files/local1_template1.bki +postgres95/data/files/local1_template1.bki.source +postgres95/data/pg_hba +postgres95/data/base/template1/pg_proc +postgres95/data/base/template1/pg_type +postgres95/data/base/template1/pg_attribute +postgres95/data/base/template1/pg_class +postgres95/data/base/template1/pg_inherits +postgres95/data/base/template1/pg_index +postgres95/data/base/template1/pg_version +postgres95/data/base/template1/pg_statistic +postgres95/data/base/template1/pg_operator +postgres95/data/base/template1/pg_opclass +postgres95/data/base/template1/pg_am +postgres95/data/base/template1/pg_amop +postgres95/data/base/template1/pg_amproc +postgres95/data/base/template1/pg_language +postgres95/data/base/template1/pg_parg +postgres95/data/base/template1/pg_aggregate +postgres95/data/base/template1/pg_ipl +postgres95/data/base/template1/pg_inheritproc +postgres95/data/base/template1/pg_rewrite +postgres95/data/base/template1/pg_listener +postgres95/data/base/template1/pg_attnameind +postgres95/data/base/template1/pg_attnumind +postgres95/data/base/template1/pg_attrelidind +postgres95/data/base/template1/pg_procidind +postgres95/data/base/template1/pg_procnameind +postgres95/data/base/template1/pg_procsrcind +postgres95/data/base/template1/pg_typeidind +postgres95/data/base/template1/pg_typenameind +postgres95/data/base/template1/pg_classnameind +postgres95/data/base/template1/pg_classoidind +postgres95/data/base/template1/PG_VERSION +postgres95/data/base/template1/pg_internal.init +postgres95/data/pg_variable +postgres95/data/pg_database +postgres95/data/pg_demon +postgres95/data/pg_magic +postgres95/data/pg_defaults +postgres95/data/pg_server +postgres95/data/pg_user +postgres95/data/pg_hosts +postgres95/data/pg_group +postgres95/data/pg_log +postgres95/data/pg_time +postgres95/data/PG_VERSION +postgres95/include/fmgr.h +postgres95/include/lib/dllist.h +postgres95/include/libpq/pqcomm.h +postgres95/include/libpq/libpq-fs.h +postgres95/include/utils/geo-decls.h +postgres95/include/libpq-fe.h +postgres95/include/postgres.h +postgres95/include/c.h +postgres95/post-install-notes +@dirrm postgres95/lib/ +@dirrm postgres95/include/utils/ +@dirrm postgres95/include/port/BSD44_derived/ +@dirrm postgres95/include/port/ +@dirrm postgres95/include/libpq/ +@dirrm postgres95/include/lib/ +@dirrm postgres95/include/ +@dirrm postgres95/data/files/ +@dirrm postgres95/data/base/template1/ +@dirrm postgres95/data/base/ +@dirrm postgres95/data/ +@dirrm postgres95/bin/ +@dirrm postgres95/ |