mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
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.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user