diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-11-21 21:58:23 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-11-21 21:58:23 +0000 |
commit | 66d276aab8939599fa18949d02146dacde617e93 (patch) | |
tree | e1cea7c5391634a5607beff905c2973f27e593b0 | |
parent | cfbcb6bb21ed9bf06ffba723756ba24d440eb1ef (diff) |
Mention pgcrypto.
-rw-r--r-- | contrib/README | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/contrib/README b/contrib/README index 0187c2ae5b6..ddb502d60d2 100644 --- a/contrib/README +++ b/contrib/README @@ -70,13 +70,17 @@ miscutil - noupdate - trigger to prevent updates on single columns +pg_dumplo - + Dump large objects + by Karel Zak <zakkr@zf.jcu.cz> + pgbench - TPC-B like benchmarking tool by Tatsuo Ishii <t-ishii@sra.co.jp> -pg_dumplo - - Dump large objects - by Karel Zak <zakkr@zf.jcu.cz> +pgcrypto - + Cryptographic hash functions + by Marko Kreen <marko@l-t.ee> soundex - Soundex function |