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:48 -0400 |
commit | caf936b09fc7c74844575332b07c667a178cb078 (patch) | |
tree | 94f73595f6bbb7a85a2307f84582e45af2b8903f /doc/src | |
parent | c709c6074083a8cc5f1ba431c741ff04e3a8a906 (diff) | |
download | postgresql-caf936b09fc7c74844575332b07c667a178cb078.tar.gz postgresql-caf936b09fc7c74844575332b07c667a178cb078.zip |
pg_ctl: Add long option for -o
Now all normally used options are covered by long options as well.
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 ea0a6353d8e..5fb68986998 100644 --- a/doc/src/sgml/ref/pg_ctl-ref.sgml +++ b/doc/src/sgml/ref/pg_ctl-ref.sgml @@ -301,6 +301,7 @@ PostgreSQL documentation <varlistentry> <term><option>-o <replaceable class="parameter">options</replaceable></option></term> + <term><option>--options=<replaceable class="parameter">options</replaceable></option></term> <listitem> <para> Specifies options to be passed directly to the @@ -316,6 +317,7 @@ PostgreSQL documentation <varlistentry> <term><option>-o <replaceable class="parameter">initdb-options</replaceable></option></term> + <term><option>--options=<replaceable class="parameter">initdb-options</replaceable></option></term> <listitem> <para> Specifies options to be passed directly to the |