aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2012-03-11 19:24:34 +0900
committerTatsuo Ishii <ishii@postgresql.org>2012-03-11 19:24:34 +0900
commit66d3e691dbfdd4af56e19303bbfa36dbdd561dce (patch)
tree8f417162c6d77f94de552343b4207da17e7bed88
parent3043608cf72b0abd8b022034080f44cc29ff0cf5 (diff)
downloadpostgresql-66d3e691dbfdd4af56e19303bbfa36dbdd561dce.tar.gz
postgresql-66d3e691dbfdd4af56e19303bbfa36dbdd561dce.zip
Add description for --no-locale and --text-search-config.
-rw-r--r--doc/src/sgml/ref/initdb.sgml20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml
index d816c21c08c..97311b4dfeb 100644
--- a/doc/src/sgml/ref/initdb.sgml
+++ b/doc/src/sgml/ref/initdb.sgml
@@ -186,6 +186,15 @@ PostgreSQL documentation
</varlistentry>
<varlistentry>
+ <term><option>--no-locale</option></term>
+ <listitem>
+ <para>
+ Equivalent to <option>--locale=C</option>.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>--pwfile=<replaceable>filename</></option></term>
<listitem>
<para>
@@ -194,6 +203,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>
+
<varlistentry>
<term><option>-U <replaceable class="parameter">username</replaceable></option></term>
<term><option>--username=<replaceable class="parameter">username</replaceable></option></term>