Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit166fcf4

Browse files
committed
doc: Make release note entries more accurate
Two tsquery-related release note entries had inaccuracies in thebefore and after examples. Clean that up.
1 parent5e60237 commit166fcf4

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 nowoutputs '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)

[8]ページ先頭

©2009-2025 Movatter.jp