diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-05-30 12:27:39 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-05-30 12:27:39 +0000 |
commit | 6216cc7e25e7bebb712526685ca565b31edd28c8 (patch) | |
tree | 555d0f4df69fddf120735d63043cb52569d17aa8 | |
parent | fe59e56660216d7e6b3eef691edbc2587e7c3c12 (diff) | |
download | postgresql-6216cc7e25e7bebb712526685ca565b31edd28c8.tar.gz postgresql-6216cc7e25e7bebb712526685ca565b31edd28c8.zip |
Re-add btree_gist description.
-rw-r--r-- | contrib/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README index ba7ebe158c6..743506448fb 100644 --- a/contrib/README +++ b/contrib/README @@ -32,6 +32,9 @@ adminpack - File and log manipulation routines, used by Pgadmin by From: Dave Page <dpage@vale-housing.co.uk> +btree_gist - + Support for emulating BTREE indexing in GiST + by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@sigaev.ru> chkpass - An auto-encrypted password datatype |