8000
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 5bba494 commit 4077980Copy full SHA for 4077980
doc/src/sgml/datatype.sgml
@@ -3847,12 +3847,9 @@ SELECT 'super:*'::tsquery;
3847
'super':*
3848
</programlisting>
3849
This query will match any word in a <type>tsvector</> that begins
3850
- with <quote>super</>.
3851
- </para>
3852
-
3853
- <para>
3854
- Note that text search configuration processing happens before
3855
- comparisons, which means this comparison returns <literal>true</>:
+ with <quote>super</>. Note that prefixes are first processed by
+ text search configurations, which means this comparison returns
+ true:
3856
<programlisting>
3857
SELECT to_tsvector( 'postgraduate' ) @@ to_tsquery( 'postgres:*' );
3858
?column?
0 commit comments