]> granicus.if.org Git - postgresql/commitdiff
Add description for --no-locale and --text-search-config.
authorTatsuo Ishii <ishii@postgresql.org>
Sun, 11 Mar 2012 10:24:34 +0000 (19:24 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Sun, 11 Mar 2012 10:24:34 +0000 (19:24 +0900)
doc/src/sgml/ref/initdb.sgml

index d816c21c08c2888fb568607f3830a498f8931c45..97311b4dfeb5f88fee9609ed0bd4a0e9515292d0 100644 (file)
@@ -185,6 +185,15 @@ PostgreSQL documentation
       </listitem>
      </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>
@@ -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>