mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Fix some missed usages of 'HTML tag' and 'HTML entity'.
This commit is contained in:
parent
aff5c589fa
commit
e66d0c6299
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.37 2007/11/20 02:25:22 adunstan Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.38 2007/11/20 15:58:52 tgl Exp $ -->
|
||||||
|
|
||||||
<chapter id="textsearch">
|
<chapter id="textsearch">
|
||||||
<title id="textsearch-title">Full Text Search</title>
|
<title id="textsearch-title">Full Text Search</title>
|
||||||
@ -2973,7 +2973,7 @@ SELECT * FROM ts_token_type('default');
|
|||||||
10 | hword_part | Hyphenated word part, all letters
|
10 | hword_part | Hyphenated word part, all letters
|
||||||
11 | hword_asciipart | Hyphenated word part, all ASCII
|
11 | hword_asciipart | Hyphenated word part, all ASCII
|
||||||
12 | blank | Space symbols
|
12 | blank | Space symbols
|
||||||
13 | tag | HTML tag
|
13 | tag | XML tag
|
||||||
14 | protocol | Protocol head
|
14 | protocol | Protocol head
|
||||||
15 | numhword | Hyphenated word, letters and digits
|
15 | numhword | Hyphenated word, letters and digits
|
||||||
16 | asciihword | Hyphenated word, all ASCII
|
16 | asciihword | Hyphenated word, all ASCII
|
||||||
@ -2983,7 +2983,7 @@ SELECT * FROM ts_token_type('default');
|
|||||||
20 | float | Decimal notation
|
20 | float | Decimal notation
|
||||||
21 | int | Signed integer
|
21 | int | Signed integer
|
||||||
22 | uint | Unsigned integer
|
22 | uint | Unsigned integer
|
||||||
23 | entity | HTML entity
|
23 | entity | XML entity
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -3429,7 +3429,7 @@ Parser: "pg_catalog.default"
|
|||||||
asciiword | Word, all ASCII
|
asciiword | Word, all ASCII
|
||||||
blank | Space symbols
|
blank | Space symbols
|
||||||
email | Email address
|
email | Email address
|
||||||
entity | HTML entity
|
entity | XML entity
|
||||||
file | File or path name
|
file | File or path name
|
||||||
float | Decimal notation
|
float | Decimal notation
|
||||||
host | Host
|
host | Host
|
||||||
@ -3442,7 +3442,7 @@ Parser: "pg_catalog.default"
|
|||||||
numword | Word, letters and digits
|
numword | Word, letters and digits
|
||||||
protocol | Protocol head
|
protocol | Protocol head
|
||||||
sfloat | Scientific notation
|
sfloat | Scientific notation
|
||||||
tag | HTML tag
|
tag | XML tag
|
||||||
uint | Unsigned integer
|
uint | Unsigned integer
|
||||||
url | URL
|
url | URL
|
||||||
url_path | URL path
|
url_path | URL path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user