Обсуждение: pgsql: Fix psql's \? output for \watch

Поиск
Список
Период
Сортировка

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

От
Alvaro Herrera
Дата:
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.ntt@gmail.com>
Author: Yugo NAGATA <nagata@sraoss.co.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(-)