We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85a485 commit e3019f6Copy full SHA for e3019f6
doc/src/sgml/rules.sgml
@@ -1039,7 +1039,8 @@ SELECT count(*) FROM words WHERE word = 'caterpiler';
1039
</programlisting>
1040
1041
Either way, the word is spelled wrong, so let's look for what we might
1042
- have wanted. Again using <literal>file_fdw</literal>:
+ have wanted. Again using <literal>file_fdw</literal> and
1043
+ <literal>pg_trgm</literal>:
1044
1045
<programlisting>
1046
SELECT word FROM words ORDER BY word <-> 'caterpiler' LIMIT 10;
0 commit comments