From ae61ef34bd2f0a0a21e2a8c14e959a7f892e225e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 8 Oct 1999 04:28:57 +0000 Subject: Cleanup -is flag to -l for SSL. Another PERL variable name fix. Clean up debugging options for postmaster and postgres programs. postmaster -d is no longer optional. Documentation updates. --- doc/src/sgml/ref/postmaster.sgml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/postmaster.sgml b/doc/src/sgml/ref/postmaster.sgml index e3587d30973..a41cf608736 100644 --- a/doc/src/sgml/ref/postmaster.sgml +++ b/doc/src/sgml/ref/postmaster.sgml @@ -1,5 +1,5 @@ @@ -23,9 +23,9 @@ Postgres documentation 1999-07-20 -postmaster [ -B nBuffers ] [ -D DataDir ] [ -i ] +postmaster [ -B nBuffers ] [ -D DataDir ] [ -i ] [ -l ] postmaster [ -B nBuffers ] [ -D DataDir ] [ -N nBackends ] [ -S ] - [ -d [ DebugLevel ] [ -i ] [ -o BackendOptions ] [ -p port ] + [ -d [ DebugLevel ] [ -i ] [ -l ] [ -o BackendOptions ] [ -p port ] postmaster [ -n | -s ] ... @@ -102,7 +102,7 @@ postmaster [ -n | -s ] ... -d [ DebugLevel ] - The optional argument DebugLevel + This argument DebugLevel determines the amount of debugging output the backend servers will produce. If DebugLevel @@ -130,6 +130,17 @@ postmaster [ -n | -s ] ... + + -l + + + This enables SSL socket communication. The -i option + is also required. + You have to have compiled with SSL enabled to use this option. + + + + -o BackendOptions -- cgit v1.2.3