You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/sgml/release-pro-9.6.sgml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@
16
16
<itemizedlist>
17
17
<listitem>
18
18
<para>Added <link linkend="pg-tsparser"><application>pg_tsparser</application></link> extension for text search.</para>
19
-
<para>In addition to the default search results, this extension also returns a single word in the following cases:</para>
19
+
<para>In addition to separate word parts returned by default, <application>pg_tsparser</application> also returns the whole word if this word includes:</para>
20
20
<itemizedlist>
21
21
<listitem>
22
-
<para>words that include underscores</para>
22
+
<para>underscores</para>
23
23
</listitem>
24
24
<listitem>
25
-
<para>words that include numbers and letters separated by the hyphen character</para>
25
+
<para>numbers and letters separated by the hyphen character</para>
0 commit comments