@@ -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- <-> 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> .
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 <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> .
135135 </para>
136136 </listitem>
137137