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

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
Thread:
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_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8bfc2b1793ae4b27ebc4c8086117a509b4873e37

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2014-11-03 16:47:13 Re: pgsql: Add configure --enable-tap-tests option
Previous Message Noah Misch 2014-11-03 02:48:09 pgsql: Clarify .def file comments.