pgsql: Fix output of tsquery example in docs.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix output of tsquery example in docs.
Date: 2020-10-19 15:52:05
Message-ID: E1kUXS9-0001sa-CG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f0b3d3bb89ae34281edc49de24f865af85671a37

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2020-10-19 16:04:08 pgsql: Fix TRUNCATE doc: ALTER SEQUENCE RESTART is now transactional.
Previous Message Tom Lane 2020-10-19 15:24:21 pgsql: In libpq for Windows, call WSAStartup once and WSACleanup not at