mirror of
https://github.com/postgres/postgres.git
synced 2025-05-21 15:54:08 +03:00
Add description for --no-locale and --text-search-config.
This commit is contained in:
parent
86947e666d
commit
da9e73a137
@ -208,6 +208,15 @@ PostgreSQL documentation
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>--no-locale</option></term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Equivalent to <option>--locale=C</option>.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>--pwfile=<replaceable>filename</></option></term>
|
<term><option>--pwfile=<replaceable>filename</></option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -217,6 +226,17 @@ PostgreSQL documentation
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</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>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>-U <replaceable class="parameter">username</replaceable></option></term>
|
<term><option>-U <replaceable class="parameter">username</replaceable></option></term>
|
||||||
<term><option>--username=<replaceable class="parameter">username</replaceable></option></term>
|
<term><option>--username=<replaceable class="parameter">username</replaceable></option></term>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user