mirror of https://github.com/postgres/postgres
Add description for --no-locale and --text-search-config.
This commit is contained in:
parent
3713ca86fb
commit
77397621d8
|
@ -176,6 +176,15 @@ PostgreSQL documentation
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--no-locale</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Equivalent to <option>--locale=C</option>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-X <replaceable class="parameter">directory</replaceable></option></term>
|
||||
<term><option>--xlogdir=<replaceable class="parameter">directory</replaceable></option></term>
|
||||
|
@ -225,6 +234,17 @@ PostgreSQL documentation
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--text-search-config=<replaceable>CFG</></option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Sets the default text search configuration.
|
||||
See <xref linkend="guc-default-text-search-config"> for further information.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</para>
|
||||
|
||||
|
|
Loading…
Reference in New Issue