From 13dbd0276a14a56729f2f94937c7cd02ae483102 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 3 Dec 2000 14:36:47 +0000 Subject: Final(?) GUC clean-up. Update psql tab completion. --- doc/src/sgml/runtime.sgml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'doc/src/sgml') diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index bb65624859a..ef2d250c830 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -638,7 +638,7 @@ env PGOPTIONS='-c geqo=off' psql - GEQO_RELS (integer) + GEQO_THRESHOLD (integer) Only use genetic query optimization for queries with at least @@ -751,7 +751,7 @@ env PGOPTIONS='-c geqo=off' psql - HOSTLOOKUP (boolean) + HOSTNAME_LOOKUP (boolean) By default, connection logs only show the IP address of the @@ -811,14 +811,14 @@ env PGOPTIONS='-c geqo=off' psql - SHOWPORTNUMBER (boolean) + SHOW_SOURCE_PORT (boolean) - Shows the port number of the connecting host in the connection - log messages. You could trace back the port number to find out - what user initiated the connection. Other than that it's - pretty useless and therefore off by default. This option can - only be set at server start. + Shows the outgoing port number of the connecting host in the + connection log messages. You could trace back the port number + to find out what user initiated the connection. Other than + that it's pretty useless and therefore off by default. This + option can only be set at server start. @@ -1015,12 +1015,12 @@ env PGOPTIONS='-c geqo=off' psql SILENT_MODE (bool) - Runs postmaster silently. If this option is set, postmaser + Runs postmaster silently. If this option is set, postmaster will automatically run in background and any controlling ttys - are disassociated, thus no message is put to stdout or - stderr(same effect as postmaster's -S option). Unless some - logging systems such as syslog is enabled, using this option - is discouraged since it makes difficult to find error + are disassociated, thus no messages are written to stdout or + stderr (same effect as postmaster's -S option). Unless some + logging system such as syslog is enabled, using this option is + discouraged since it makes it impossible to see error messages. -- cgit v1.2.3