Commit e3019f63 authored by Magnus Hagander's avatar Magnus Hagander

Clarify that pg_trgm is used in example

Reported-by: Octopus ZHANG
Author: Daniel Gustafsson
parent f85a485f
...@@ -1039,7 +1039,8 @@ SELECT count(*) FROM words WHERE word = 'caterpiler'; ...@@ -1039,7 +1039,8 @@ SELECT count(*) FROM words WHERE word = 'caterpiler';
</programlisting> </programlisting>
Either way, the word is spelled wrong, so let's look for what we might 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> <programlisting>
SELECT word FROM words ORDER BY word &lt;-&gt; 'caterpiler' LIMIT 10; SELECT word FROM words ORDER BY word &lt;-&gt; 'caterpiler' LIMIT 10;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment