From 21495a2bb7599fb7546b146ca33bd7c6157c1472 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 3 Nov 2014 11:11:34 -0500 Subject: Docs: fix incorrect spelling of contrib/pgcrypto option. pgp_sym_encrypt's option is spelled "sess-key", not "enable-session-key". Spotted by Jeff Janes. In passing, improve a comment in pgp-pgsql.c to make it clearer that the debugging options are intentionally undocumented. --- doc/src/sgml/pgcrypto.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml index 544a1f8346a..b0ee4c1e734 100644 --- a/doc/src/sgml/pgcrypto.sgml +++ b/doc/src/sgml/pgcrypto.sgml @@ -802,11 +802,11 @@ Applies to: pgp_sym_encrypt, pgp_pub_encrypt - enable-session-key + sess-key Use separate session key. Public-key encryption always uses a separate - session key; this is for symmetric-key encryption, which by default + session key; this option is for symmetric-key encryption, which by default uses the S2K key directly. -- cgit v1.2.3