Skip to content

Commit 66d3e69

Browse files
committed
Add description for --no-locale and --text-search-config.
1 parent 3043608 commit 66d3e69

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

doc/src/sgml/ref/initdb.sgml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,15 @@ PostgreSQL documentation
185185
</listitem>
186186
</varlistentry>
187187

188+
<varlistentry>
189+
<term><option>--no-locale</option></term>
190+
<listitem>
191+
<para>
192+
Equivalent to <option>--locale=C</option>.
193+
</para>
194+
</listitem>
195+
</varlistentry>
196+
188197
<varlistentry>
189198
<term><option>--pwfile=<replaceable>filename</></option></term>
190199
<listitem>
@@ -194,6 +203,17 @@ PostgreSQL documentation
194203
</para>
195204
</listitem>
196205
</varlistentry>
206+
207+
<varlistentry>
208+
<term><option>--text-search-config=<replaceable>CFG</></option></term>
209+
<listitem>
210+
<para>
211+
Sets the default text search configuration.
212+
See <xref linkend="guc-default-text-search-config"> for further information.
213+
</para>
214+
</listitem>
215+
</varlistentry>
216+
197217
<varlistentry>
198218
<term><option>-U <replaceable class="parameter">username</replaceable></option></term>
199219
<term><option>--username=<replaceable class="parameter">username</replaceable></option></term>

0 commit comments

Comments
 (0)