Skip to content

Commit 166fcf4

Browse files
committed
doc: Make release note entries more accurate
Two tsquery-related release note entries had inaccuracies in the before and after examples. Clean that up.
1 parent 5e60237 commit 166fcf4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/sgml/release-14.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ Author: Alexander Korotkov <akorotkov@postgresql.org>
108108
<para>
109109
Certain discarded tokens, like underscore, caused the output of
110110
these functions to produce incorrect tsquery output, e.g., both
111-
websearch_to_tsquery('"pg_class pg"') and to_tsquery('pg_class
112-
&lt;-&gt; pg') used to output '( pg &amp; class ) &lt;-&gt; pg',
113-
but now both output 'pg &lt;-&gt; class &lt;-&gt; pg'.
111+
<literal>websearch_to_tsquery('"pg_class pg"')</literal> and <literal>to_tsquery('pg_class
112+
&lt;-&gt; pg')</literal> used to output <literal>( 'pg' &amp; 'class' ) &lt;-&gt; 'pg'</literal>,
113+
but now both output <literal>'pg' &lt;-&gt; 'class' &lt;-&gt; 'pg'</literal>.
114114
</para>
115115
</listitem>
116116

@@ -130,8 +130,8 @@ Author: Alexander Korotkov <akorotkov@postgresql.org>
130130
<para>
131131
Previously, quoted text that contained multiple adjacent discarded
132132
tokens were treated as multiple tokens, causing incorrect tsquery
133-
output, e.g., websearch_to_tsquery('"aaa: bbb"') used to output
134-
'aaa &lt;2&gt; bbb', but now outputs 'aaa &lt;-&gt; bbb'.
133+
output, e.g., <literal>websearch_to_tsquery('"aaa: bbb"')</literal> used to output
134+
<literal>'aaa' &lt;2&gt; 'bbb'</literal>, but now outputs <literal>'aaa' &lt;-&gt; 'bbb'</literal>.
135135
</para>
136136
</listitem>
137137

0 commit comments

Comments
 (0)