|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.403 2007/10/22 20:13:37 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.404 2007/10/23 20:46:11 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="functions">
|
4 | 4 | <title>Functions and Operators</title>
|
@@ -7861,7 +7861,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
|
7861 | 7861 | <entry><type>setof record</type></entry>
|
7862 | 7862 | <entry>test a configuration</entry>
|
7863 | 7863 | <entry><literal>ts_debug('english', 'The Brightest supernovaes')</literal></entry>
|
7864 |
| - <entry><literal>(lword,"Latin word",The,{english_stem},english_stem,{}) ...</literal></entry> |
| 7864 | + <entry><literal>(asciiword,"Word, all ASCII",The,{english_stem},english_stem,{}) ...</literal></entry> |
7865 | 7865 | </row>
|
7866 | 7866 | <row>
|
7867 | 7867 | <entry><literal><function>ts_lexize</function>(<replaceable class="PARAMETER">dict</replaceable> <type>regdictionary</>, <replaceable class="PARAMETER">token</replaceable> <type>text</>)</literal></entry>
|
@@ -7889,14 +7889,14 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
|
7889 | 7889 | <entry><type>setof record</type></entry>
|
7890 | 7890 | <entry>get token types defined by parser</entry>
|
7891 | 7891 | <entry><literal>ts_token_type('default')</literal></entry>
|
7892 |
| - <entry><literal>(1,lword,"Latin word") ...</literal></entry> |
| 7892 | + <entry><literal>(1,asciiword,"Word, all ASCII") ...</literal></entry> |
7893 | 7893 | </row>
|
7894 | 7894 | <row>
|
7895 | 7895 | <entry><literal><function>ts_token_type</function>(<replaceable class="PARAMETER">parser_oid</> <type>oid</>, OUT <replaceable class="PARAMETER">tokid</> <type>integer</>, OUT <replaceable class="PARAMETER">alias</> <type>text</>, OUT <replaceable class="PARAMETER">description</> <type>text</>)</literal></entry>
|
7896 | 7896 | <entry><type>setof record</type></entry>
|
7897 | 7897 | <entry>get token types defined by parser</entry>
|
7898 | 7898 | <entry><literal>ts_token_type(3722)</literal></entry>
|
7899 |
| - <entry><literal>(1,lword,"Latin word") ...</literal></entry> |
| 7899 | + <entry><literal>(1,asciiword,"Word, all ASCII") ...</literal></entry> |
7900 | 7900 | </row>
|
7901 | 7901 | <row>
|
7902 | 7902 | <entry><literal><function>ts_stat</function>(<replaceable class="PARAMETER">sqlquery</replaceable> <type>text</>, <optional> <replaceable class="PARAMETER">weights</replaceable> <type>text</>, </optional> OUT <replaceable class="PARAMETER">word</replaceable> <type>text</>, OUT <replaceable class="PARAMETER">ndoc</replaceable> <type>integer</>, OUT <replaceable class="PARAMETER">nentry</replaceable> <type>integer</>)</literal></entry>
|
|
0 commit comments