mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
pg_ctl: Add long option for -o
Now all normally used options are covered by long options as well.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user