diff options
author | Magnus Hagander <magnus@hagander.net> | 2011-06-09 18:18:45 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2011-06-09 18:24:59 +0200 |
commit | 7e6ec04d964b03e836c3c19b5601e889b6634f05 (patch) | |
tree | fcad479227995d9ec8ace3693d7494590707f8cf /doc/src | |
parent | 1710752a50a37c965c964e362635d9ba3a333dcf (diff) | |
download | postgresql-7e6ec04d964b03e836c3c19b5601e889b6634f05.tar.gz postgresql-7e6ec04d964b03e836c3c19b5601e889b6634f05.zip |
Support silent mode for service registrations on win32
Using -s when registering a service will now suppress
the application eventlog entries stating that the service
is starting and started.
MauMau
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_ctl-ref.sgml | 1 |
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 ba2646c4c44..10105e25241 100644 --- a/doc/src/sgml/ref/pg_ctl-ref.sgml +++ b/doc/src/sgml/ref/pg_ctl-ref.sgml @@ -117,6 +117,7 @@ PostgreSQL documentation </arg> <arg>-w</arg> <arg>-t <replaceable>seconds</replaceable></arg> + <arg>-s</arg> <arg>-o <replaceable>options</replaceable></arg> </cmdsynopsis> |