Re: Possibly hard-to-read message

David G. Johnston <david.g.johnston@gmail.com>

From: "David G. Johnston" <david.g.johnston@gmail.com>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Kyotaro Horiguchi <horikyota.ntt@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2025-03-27T01:42:11Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. psql: Reword help message and docs for WATCH_INTERVAL

  2. psql: Clarify help message for WATCH_INTERVAL

  3. psql: Make default \watch interval configurable

On Wed, Mar 26, 2025 at 6:34 PM David G. Johnston <
david.g.johnston@gmail.com> wrote:

>
>> I pondered mentioning the 2s interval but the environment variable itself
> doesn't have a default, it's either set or unset which determines whether
> it provides the default or not.  IMO, adding this detail produces too much
> text for little benefit.
>
>
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)

David J.