pgsql: Fix output of tsquery example in docs. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix output of tsquery example in docs.
Date
Msg-id E1kUXS9-0001sj-Do@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix output of tsquery example in docs.

The output for this query changed in commit 4e2477b7b8. Backport to 9.6
like that commit.

Patch by Justin Pryzby, per Yaroslav Schekin's report.

Discussion: https://www.postgresql.org/message-id/20201005191922.GE17626%40telsasoft.com

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/07d46e7e077f5a1c1d6b5d7c9c8fff51c66d54e5

Modified Files
--------------
doc/src/sgml/textsearch.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: In libpq for Windows, call WSAStartup once and WSACleanup not at
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix TRUNCATE doc: ALTER SEQUENCE RESTART is now transactional.