1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add Pgadmin administration functions to /contrib/adminpack.

Dave Page
This commit is contained in:
Bruce Momjian
2006-05-30 12:07:31 +00:00
parent 38c7700f56
commit fe59e56660
5 changed files with 497 additions and 3 deletions

View File

@ -28,9 +28,10 @@ adddepend -
Add object dependency information to pre-7.3 objects.
by Rod Taylor <rbt@rbt.ca>
btree_gist -
Support for emulating BTREE indexing in GiST
by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@sigaev.ru>
adminpack -
File and log manipulation routines, used by Pgadmin
by From: Dave Page <dpage@vale-housing.co.uk>
chkpass -
An auto-encrypted password datatype