From 66d276aab8939599fa18949d02146dacde617e93 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 21 Nov 2000 21:58:23 +0000 Subject: [PATCH] Mention pgcrypto. --- contrib/README | 10 +++++++--- 1 file 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 + pgbench - TPC-B like benchmarking tool by Tatsuo Ishii -pg_dumplo - - Dump large objects - by Karel Zak +pgcrypto - + Cryptographic hash functions + by Marko Kreen soundex - Soundex function