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

Commit95d1260

Browse files
committed
[Doc]: fix hunspell-dict.sgml
1 parent76f3286 commit95d1260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/hunspell-dict.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ SELECT to_tsvector('english_hunspell', 'The blue whale is the largest animal');
118118

119119
<programlisting>
120120
SELECT to_tsvector('english_hunspell', 'The blue whale is the largest animal')
121-
@@ to_tsquery('english_hunspell', 'large & whale');
121+
@@ to_tsquery('english_hunspell', 'large &amp; whale');
122122
?column?
123123
----------
124124
t
@@ -144,7 +144,7 @@ CREATE INDEX t_idx ON table1 USING GIN (to_tsvector('english_hunspell', "t"));
144144

145145
<programlisting>
146146
SELECT * FROM table1 where to_tsvector('english_hunspell', t)
147-
@@ to_tsquery('english_hunspell', 'blue & animal');
147+
@@ to_tsquery('english_hunspell', 'blue &amp; animal');
148148
t
149149
--------------------------------------
150150
The blue whale is the largest animal

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp