1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.37 2007/11/20 02:25:22 adunstan Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.38 2007/11/20 15:58:52 tgl Exp $ -->
2
2
3
3
<chapter id="textsearch">
4
4
<title id="textsearch-title">Full Text Search</title>
@@ -2973,7 +2973,7 @@ SELECT * FROM ts_token_type('default');
2973
2973
10 | hword_part | Hyphenated word part, all letters
2974
2974
11 | hword_asciipart | Hyphenated word part, all ASCII
2975
2975
12 | blank | Space symbols
2976
- 13 | tag | HTML tag
2976
+ 13 | tag | XML tag
2977
2977
14 | protocol | Protocol head
2978
2978
15 | numhword | Hyphenated word, letters and digits
2979
2979
16 | asciihword | Hyphenated word, all ASCII
@@ -2983,7 +2983,7 @@ SELECT * FROM ts_token_type('default');
2983
2983
20 | float | Decimal notation
2984
2984
21 | int | Signed integer
2985
2985
22 | uint | Unsigned integer
2986
- 23 | entity | HTML entity
2986
+ 23 | entity | XML entity
2987
2987
</programlisting>
2988
2988
</para>
2989
2989
@@ -3429,7 +3429,7 @@ Parser: "pg_catalog.default"
3429
3429
asciiword | Word, all ASCII
3430
3430
blank | Space symbols
3431
3431
email | Email address
3432
- entity | HTML entity
3432
+ entity | XML entity
3433
3433
file | File or path name
3434
3434
float | Decimal notation
3435
3435
host | Host
@@ -3442,7 +3442,7 @@ Parser: "pg_catalog.default"
3442
3442
numword | Word, letters and digits
3443
3443
protocol | Protocol head
3444
3444
sfloat | Scientific notation
3445
- tag | HTML tag
3445
+ tag | XML tag
3446
3446
uint | Unsigned integer
3447
3447
url | URL
3448
3448
url_path | URL path
0 commit comments