diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2016-10-19 12:00:00 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2016-10-19 08:48:22 -0400 |
commit | 0be22457d730da8971f761b9c948f742a12b50b2 (patch) | |
tree | 73ed6463b574fb0ae8914a58e5cd50c66821fa5a /doc/src | |
parent | 917dc7d2393ce680dea7a59418be9ff341df3c14 (diff) | |
download | postgresql-0be22457d730da8971f761b9c948f742a12b50b2.tar.gz postgresql-0be22457d730da8971f761b9c948f742a12b50b2.zip |
pg_ctl: Add long options for -w and -W
From: Vik Fearing <vik@2ndquadrant.fr>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_ctl-ref.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml index a00c355f4aa..11444e85a83 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 <varlistentry> <term><option>-w</option></term> + <term><option>--wait</option></term> <listitem> <para> Wait for an operation to complete. This is supported for the @@ -415,6 +416,7 @@ PostgreSQL documentation <varlistentry> <term><option>-W</option></term> + <term><option>--no-wait</option></term> <listitem> <para> Do not wait for an operation to complete. This is the opposite of the |