diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/rules.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/rules.sgml b/doc/src/sgml/rules.sgml index 2610645663f..bcf860b68b9 100644 --- a/doc/src/sgml/rules.sgml +++ b/doc/src/sgml/rules.sgml @@ -1039,7 +1039,8 @@ SELECT count(*) FROM words WHERE word = 'caterpiler'; </programlisting> Either way, the word is spelled wrong, so let's look for what we might - have wanted. Again using <literal>file_fdw</literal>: + have wanted. Again using <literal>file_fdw</literal> and + <literal>pg_trgm</literal>: <programlisting> SELECT word FROM words ORDER BY word <-> 'caterpiler' LIMIT 10; |