aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2012-03-11 08:23:20 +0900
committerTatsuo Ishii <ishii@postgresql.org>2012-03-11 19:16:15 +0900
commitda9e73a137871ab8ebe432ea443193c336bfc81a (patch)
tree23e7a7f1256d70fff85417988d68834a4b52c54e /doc/src
parent86947e666d39229558311d7b0be45608fd071ed8 (diff)
downloadpostgresql-da9e73a137871ab8ebe432ea443193c336bfc81a.tar.gz
postgresql-da9e73a137871ab8ebe432ea443193c336bfc81a.zip
Add description for --no-locale and --text-search-config.
Diffstat (limited to 'doc/src')
-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 81f4d58a859..5570562a5cd 100644
--- a/doc/src/sgml/ref/initdb.sgml
+++ b/doc/src/sgml/ref/initdb.sgml
@@ -209,6 +209,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>
@@ -217,6 +226,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>