From 929a599369f437303ca7d77d2308b804b23e6be8 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 8 Nov 2000 17:57:46 +0000 Subject: Add '-c name=val' flag for setting run-time parameters. --- doc/src/sgml/runtime.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 7544a6489ce..53916475861 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -411,7 +411,7 @@ syslog = 2 A second way to set these configuration parameters is to give them as a command line option to the postmaster, such as -postmaster --log-connections=yes --syslog=2 +postmaster -c log_connections=yes -c syslog=2 which would have the same effect as the previous example. @@ -422,7 +422,7 @@ postmaster --log-connections=yes --syslog=2 PGOPTIONS can be used for this purpose on the client side: -env PGOPTIONS='--geqo=off' psql +env PGOPTIONS='-c geqo=off' psql (This works for any client application, not just psql.) Note that this won't work for -- cgit v1.2.3