File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,9 @@ Author: Alexander Korotkov <akorotkov@postgresql.org>
108
108
<para>
109
109
Certain discarded tokens, like underscore, caused the output of
110
110
these functions to produce incorrect tsquery output, e.g., both
111
- websearch_to_tsquery('"pg_class pg"') and to_tsquery('pg_class
112
- <-> pg') used to output '( pg & class ) <-> pg',
113
- but now both output 'pg <-> class <-> pg'.
111
+ <literal> websearch_to_tsquery('"pg_class pg"')</literal> and <literal> to_tsquery('pg_class
112
+ <-> pg')</literal> used to output <literal>( 'pg' & ' class' ) <-> ' pg'</literal> ,
113
+ but now both output <literal> 'pg' <-> ' class' <-> ' pg'</literal> .
114
114
</para>
115
115
</listitem>
116
116
@@ -130,8 +130,8 @@ Author: Alexander Korotkov <akorotkov@postgresql.org>
130
130
<para>
131
131
Previously, quoted text that contained multiple adjacent discarded
132
132
tokens were treated as multiple tokens, causing incorrect tsquery
133
- output, e.g., websearch_to_tsquery('"aaa: bbb"') used to output
134
- 'aaa <2> bbb', but now outputs 'aaa <-> bbb'.
133
+ output, e.g., <literal> websearch_to_tsquery('"aaa: bbb"')</literal> used to output
134
+ <literal> 'aaa' <2> ' bbb'</literal> , but now outputs <literal> 'aaa' <-> ' bbb'</literal> .
135
135
</para>
136
136
</listitem>
137
137
You can’t perform that action at this time.
0 commit comments