Re: Possibly hard-to-read message - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Possibly hard-to-read message
Date
Msg-id 2E4127D5-85B9-40B5-8D6F-C44B57E92DDD@yesql.se
Whole thread Raw
In response to Re: Possibly hard-to-read message  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: Possibly hard-to-read message
List pgsql-hackers
On 27 Mar 2025, at 02:42, David G. Johnston <david.g.johnston@gmail.com> wrote:

On second thought, something like:

WATCH_INTERVAL: an integer number of seconds; overrides the default two second \watch interval

(not quite happy but it's close...keeps the 2s reference point)

Looking at the other variables they tend to use "if set, then" so we should
probably stick to that for this as well?  Something like the below perhaps?

        HELP0("  WATCH_INTERVAL\n"
-                 "    number of seconds \\watch by default waits between executing the query buffer\n");
+                 "    if set to an interval value, overrides the default two second \\watch interval\n");

--
Daniel Gustafsson

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [PATCH] clarify palloc comment on quote_literal_cstr
Next
From: Tom Lane
Date:
Subject: Re: Logging which local address was connected to in log_line_prefix