Skip to content

Commit 677d2ff

Browse files
committed
Add description for --no-locale and --text-search-config.
1 parent 9ddda58 commit 677d2ff

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>-X <replaceable class="parameter">directory</replaceable></option></term>
190199
<term><option>--xlogdir=<replaceable class="parameter">directory</replaceable></option></term>
@@ -234,6 +243,17 @@ PostgreSQL documentation
234243
</para>
235244
</listitem>
236245
</varlistentry>
246+
247+
<varlistentry>
248+
<term><option>--text-search-config=<replaceable>CFG</></option></term>
249+
<listitem>
250+
<para>
251+
Sets the default text search configuration.
252+
See <xref linkend="guc-default-text-search-config"> for further information.
253+
</para>
254+
</listitem>
255+
</varlistentry>
256+
237257
</variablelist>
238258
</para>
239259

0 commit comments

Comments
 (0)