summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-11-03 11:11:34 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2014-11-03 11:11:43 -0500
commit21495a2bb7599fb7546b146ca33bd7c6157c1472 (patch)
treea1e7e4fc20614aad77c5689e0fc3d063ddc381c1 /doc/src
parentf229170c75f0ce64b1b9a0a362571d1f19089de4 (diff)
downloadpostgresql-21495a2bb7599fb7546b146ca33bd7c6157c1472.tar.gz
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.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/pgcrypto.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml
index 544a1f8346..b0ee4c1e73 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
</sect4>
<sect4>
- <title>enable-session-key</title>
+ <title>sess-key</title>
<para>
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.
</para>
<literallayout>