From e66d0c6299291411209b80767bcda103ee0ef02b Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 20 Nov 2007 15:58:52 +0000 Subject: [PATCH] Fix some missed usages of 'HTML tag' and 'HTML entity'. --- doc/src/sgml/textsearch.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml index 61583df3a2..533d64d070 100644 --- a/doc/src/sgml/textsearch.sgml +++ b/doc/src/sgml/textsearch.sgml @@ -1,4 +1,4 @@ - + Full Text Search @@ -2973,7 +2973,7 @@ SELECT * FROM ts_token_type('default'); 10 | hword_part | Hyphenated word part, all letters 11 | hword_asciipart | Hyphenated word part, all ASCII 12 | blank | Space symbols - 13 | tag | HTML tag + 13 | tag | XML tag 14 | protocol | Protocol head 15 | numhword | Hyphenated word, letters and digits 16 | asciihword | Hyphenated word, all ASCII @@ -2983,7 +2983,7 @@ SELECT * FROM ts_token_type('default'); 20 | float | Decimal notation 21 | int | Signed integer 22 | uint | Unsigned integer - 23 | entity | HTML entity + 23 | entity | XML entity @@ -3429,7 +3429,7 @@ Parser: "pg_catalog.default" asciiword | Word, all ASCII blank | Space symbols email | Email address - entity | HTML entity + entity | XML entity file | File or path name float | Decimal notation host | Host @@ -3442,7 +3442,7 @@ Parser: "pg_catalog.default" numword | Word, letters and digits protocol | Protocol head sfloat | Scientific notation - tag | HTML tag + tag | XML tag uint | Unsigned integer url | URL url_path | URL path -- 2.40.0