Clarify that pg_trgm is used in example
authorMagnus Hagander
Thu, 9 Jan 2020 09:48:22 +0000 (10:48 +0100)
committerMagnus Hagander
Thu, 9 Jan 2020 09:48:22 +0000 (10:48 +0100)
Reported-by: Octopus ZHANG
Author: Daniel Gustafsson

doc/src/sgml/rules.sgml

index 2610645663f009742ff9c3731ba0028d29a53053..bcf860b68b9c2e5acf5d681af71251dd51530e27 100644 (file)
@@ -1039,7 +1039,8 @@ SELECT count(*) FROM words WHERE word = 'caterpiler';
 
 
     Either way, the word is spelled wrong, so let's look for what we might
-    have wanted.  Again using file_fdw:
+    have wanted.  Again using file_fdw and
+    pg_trgm:
 
 
 SELECT word FROM words ORDER BY word <-> 'caterpiler' LIMIT 10;