1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.193 2007/07/10 00:21:31 tgl Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.194 2007/08/22 04:45:20 tgl Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -997,6 +997,66 @@ testdb=>
997
997
</varlistentry>
998
998
999
999
1000
+ <varlistentry>
1001
+ <term><literal>\dF [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
1002
+ <term><literal>\dF+ [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
1003
+ <listitem>
1004
+ <para>
1005
+ Lists available text search configurations.
1006
+ If <replaceable class="parameter">pattern</replaceable> is specified,
1007
+ only configurations whose names match the pattern are shown.
1008
+ If the form <literal>\dF+</literal> is used, a full description of
1009
+ each configuration is shown, including the underlying text search
1010
+ parser and the dictionary list for each parser token type.
1011
+ </para>
1012
+ </listitem>
1013
+ </varlistentry>
1014
+
1015
+ <varlistentry>
1016
+ <term><literal>\dFd [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
1017
+ <term><literal>\dFd+ [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
1018
+ <listitem>
1019
+ <para>
1020
+ Lists available text search dictionaries.
1021
+ If <replaceable class="parameter">pattern</replaceable> is specified,
1022
+ only dictionaries whose names match the pattern are shown.
1023
+ If the form <literal>\dFd+</literal> is used, additional information
1024
+ is shown about each selected dictionary, including the underlying
1025
+ text search template and the option values.
1026
+ </para>
1027
+ </listitem>
1028
+ </varlistentry>
1029
+
1030
+ <varlistentry>
1031
+ <term><literal>\dFp [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
1032
+ <term><literal>\dFp+ [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
1033
+ <listitem>
1034
+ <para>
1035
+ Lists available text search parsers.
1036
+ If <replaceable class="parameter">pattern</replaceable> is specified,
1037
+ only parsers whose names match the pattern are shown.
1038
+ If the form <literal>\dFp+</literal> is used, a full description of
1039
+ each parser is shown, including the underlying functions and the
1040
+ list of recognized token types.
1041
+ </para>
1042
+ </listitem>
1043
+ </varlistentry>
1044
+
1045
+ <varlistentry>
1046
+ <term><literal>\dFt [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
1047
+ <term><literal>\dFt+ [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
1048
+ <listitem>
1049
+ <para>
1050
+ Lists available text search templates.
1051
+ If <replaceable class="parameter">pattern</replaceable> is specified,
1052
+ only templates whose names match the pattern are shown.
1053
+ If the form <literal>\dFt+</literal> is used, additional information
1054
+ is shown about each template, including the underlying function names.
1055
+ </para>
1056
+ </listitem>
1057
+ </varlistentry>
1058
+
1059
+
1000
1060
<varlistentry>
1001
1061
<term><literal>\dg [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
1002
1062
<listitem>
0 commit comments