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

Commite3019f6

Browse files
committed
Clarify that pg_trgm is used in example
Reported-by: Octopus ZHANGAuthor: Daniel Gustafsson
1 parentf85a485 commite3019f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎doc/src/sgml/rules.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,8 @@ SELECT count(*) FROM words WHERE word = 'caterpiler';
10391039
</programlisting>
10401040

10411041
Either way, the word is spelled wrong, so let's look for what we might
1042-
have wanted. Again using <literal>file_fdw</literal>:
1042+
have wanted. Again using <literal>file_fdw</literal> and
1043+
<literal>pg_trgm</literal>:
10431044

10441045
<programlisting>
10451046
SELECT word FROM words ORDER BY word &lt;-&gt; 'caterpiler' LIMIT 10;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp