Fix psql's \? output for \watch
authorAlvaro Herrera <[email protected]>
Mon, 18 Sep 2023 14:19:25 +0000 (16:19 +0200)
committerAlvaro Herrera <[email protected]>
Mon, 18 Sep 2023 14:19:25 +0000 (16:19 +0200)
commitd726897c571b4269096c2cd13af804d16d089669
tree207cdeff76011dba8887c483f2fe0f4f07eed360
parent51908a37d7ea67655560ff2efcba66816ca458e2
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 <[email protected]>
Author: Yugo NAGATA <[email protected]>
Discussion: https://postgr.es/m/20230907.142956.2038600444404289870[email protected]
src/bin/psql/help.c