From: Bruce Momjian Date: Sat, 19 Feb 2011 04:23:52 +0000 (-0500) Subject: Improve text search prefix doc addition. X-Git-Tag: REL9_1_ALPHA4~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4077980d67a2f27b88a6bc7531da31cae0ed0fb1;p=postgresql Improve text search prefix doc addition. --- diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 10f0e590d7..253b757898 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -3847,12 +3847,9 @@ SELECT 'super:*'::tsquery; 'super':* This query will match any word in a tsvector that begins - with super. - - - - Note that text search configuration processing happens before - comparisons, which means this comparison returns true: + with super. Note that prefixes are first processed by + text search configurations, which means this comparison returns + true: SELECT to_tsvector( 'postgraduate' ) @@ to_tsquery( 'postgres:*' ); ?column?