pgsql: Docs: fix incorrect spelling of contrib/pgcrypto option.

Lists: pgsql-committers
From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Docs: fix incorrect spelling of contrib/pgcrypto option.
Date: 2014-11-03 16:12:08
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

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.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/21495a2bb7599fb7546b146ca33bd7c6157c1472

Modified Files
--------------
contrib/pgcrypto/pgp-pgsql.c | 5 ++++-
doc/src/sgml/pgcrypto.sgml | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)