pgsql: Fix psql's \? output for \watch

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix psql's \? output for \watch
Date: 2023-09-18 14:21:19
Message-ID: E1qiF7m-004ZSO-QT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix psql's \? output for \watch

It was reported as misaligned by Kyotaro, but it also needed to be
turned into a single translatable phrase (like the one for \g is), as
reported by Yugo.

This is a new issue (commit f347ec76e2a2), so no backpatch is needed.

Author: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Author: Yugo NAGATA <nagata(at)sraoss(dot)co(dot)jp>
Discussion: https://postgr.es/m/20230907.142956.2038600444404289870.horikyota.ntt@gmail.com

Branch
------
master

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

Modified Files
--------------
src/bin/psql/help.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-09-18 18:28:33 pgsql: Don't crash if cursor_to_xmlschema is used on a non-data-returni
Previous Message Daniel Gustafsson 2023-09-18 13:08:26 pgsql: doc: Add example for how to set file_fdw column option