pgsql: Document that pg_ctl -w allows for the entry of an SSL passphase

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document that pg_ctl -w allows for the entry of an SSL passphase
Date: 2012-08-16 00:52:23
Message-ID: E1T1oJz-0001qi-SE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document that pg_ctl -w allows for the entry of an SSL passphase on
startup.

Per report from Thom Brown

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6ff55ebe3dc790ebd80f9a26fa3d05867aee728e

Modified Files
--------------
doc/src/sgml/ref/pg_ctl-ref.sgml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-08-16 02:59:49 pgsql: Document that PGDATA has to point to the configuration files, ra
Previous Message Bruce Momjian 2012-08-16 00:38:12 pgsql: Add CREATE FOREIGN TABLE doc reference to CREATE SERVER.