From: | Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> |
---|---|
To: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Possibly hard-to-read message |
Date: | 2025-03-26 03:07:32 |
Message-ID: | 20250326.120732.1167093737847500721.horikyota.ntt@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello,
I came across the following help message added in commit 1a759c83278:
+ HELP0(" WATCH_INTERVAL\n"
+ " number of seconds \\watch by default waits between executing the query buffer\n");
It took me a little while to understand it. I read "executing the
query buffer" as referring to executions of the query buffer, which
clarified that the wait occurs between each execution.
> number of seconds \\watch waits by default between executions of the query buffer
I’m just wondering if the message might be worth revising. If it’s
already clear enough, please feel free to disregard this.
regards.
--
Kyotaro Horiguchi
NTT Open Source Software Center
Attachment | Content-Type | Size |
---|---|---|
0001-Minor-rewording-of-WATCH_INTERVAL-help-message.patch | text/x-patch | 974 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Sami Imseih | 2025-03-26 03:12:08 | Re: Proposal - Allow extensions to set a Plan Identifier |
Previous Message | Michael Paquier | 2025-03-26 02:43:13 | Re: Proposal - Allow extensions to set a Plan Identifier |