aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2012-08-15 20:52:12 -0400
committerBruce Momjian <bruce@momjian.us>2012-08-15 20:52:12 -0400
commit6ff55ebe3dc790ebd80f9a26fa3d05867aee728e (patch)
treeaa931bddadac726a0dd798f3bc438ce731008582 /doc/src
parent16d508ccbc6f228c8c38dffbe9d295ac449c809b (diff)
downloadpostgresql-6ff55ebe3dc790ebd80f9a26fa3d05867aee728e.tar.gz
postgresql-6ff55ebe3dc790ebd80f9a26fa3d05867aee728e.zip
Document that pg_ctl -w allows for the entry of an SSL passphase on
startup. Per report from Thom Brown
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/pg_ctl-ref.sgml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml
index 37826e9c6c3..90725d9326f 100644
--- a/doc/src/sgml/ref/pg_ctl-ref.sgml
+++ b/doc/src/sgml/ref/pg_ctl-ref.sgml
@@ -383,6 +383,7 @@ PostgreSQL documentation
attempts to connect to the server.
When waiting for shutdown, <command>pg_ctl</command> waits for
the server to remove its <acronym>PID</acronym> file.
+ This option allows the entry of an <acronym>SSL</> passphrase on startup.
<command>pg_ctl</command> returns an exit code based on the
success of the startup or shutdown.
</para>