Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite66d0c6

Browse files
committed
Fix some missed usages of 'HTML tag' and 'HTML entity'.
1 parentaff5c58 commite66d0c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎doc/src/sgml/textsearch.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.37 2007/11/2002:25:22 adunstan Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.38 2007/11/2015:58:52 tgl Exp $ -->
22

33
<chapter id="textsearch">
44
<title id="textsearch-title">Full Text Search</title>
@@ -2973,7 +2973,7 @@ SELECT * FROM ts_token_type('default');
29732973
10 | hword_part | Hyphenated word part, all letters
29742974
11 | hword_asciipart | Hyphenated word part, all ASCII
29752975
12 | blank | Space symbols
2976-
13 | tag |HTML tag
2976+
13 | tag |XML tag
29772977
14 | protocol | Protocol head
29782978
15 | numhword | Hyphenated word, letters and digits
29792979
16 | asciihword | Hyphenated word, all ASCII
@@ -2983,7 +2983,7 @@ SELECT * FROM ts_token_type('default');
29832983
20 | float | Decimal notation
29842984
21 | int | Signed integer
29852985
22 | uint | Unsigned integer
2986-
23 | entity |HTML entity
2986+
23 | entity |XML entity
29872987
</programlisting>
29882988
</para>
29892989

@@ -3429,7 +3429,7 @@ Parser: "pg_catalog.default"
34293429
asciiword | Word, all ASCII
34303430
blank | Space symbols
34313431
email | Email address
3432-
entity |HTML entity
3432+
entity |XML entity
34333433
file | File or path name
34343434
float | Decimal notation
34353435
host | Host
@@ -3442,7 +3442,7 @@ Parser: "pg_catalog.default"
34423442
numword | Word, letters and digits
34433443
protocol | Protocol head
34443444
sfloat | Scientific notation
3445-
tag |HTML tag
3445+
tag |XML tag
34463446
uint | Unsigned integer
34473447
url | URL
34483448
url_path | URL path

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp