pgsql: psql: Clarify help message for WATCH_INTERVAL - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: psql: Clarify help message for WATCH_INTERVAL
Date
Msg-id E1u1lhP-0037cL-0b@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
psql: Clarify help message for WATCH_INTERVAL

The help message for WATCH_INTERVAL was hard to interpret and didn't
follow the style of other messages, this updates it to nake it fit in
better and be easier to interpret.

Author: Daniel Gustafsson <daniel@yesql.se>
Reported-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Reviewed-by: David G. Johnston <david.g.johnston@gmail.com>
Discussion: https://postgr.es/m/20250326.120732.1167093737847500721.horikyota.ntt@gmail.com

Branch
------
master

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

Modified Files
--------------
src/bin/psql/help.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: Re: pgsql: Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate
Next
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate