Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1u1Xv9-0049W8-Aa for pgsql-hackers@arkaria.postgresql.org; Sun, 06 Apr 2025 21:52:52 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1u1Xv7-003WvK-Gv for pgsql-hackers@arkaria.postgresql.org; Sun, 06 Apr 2025 21:52:49 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1u1Xv7-003WvC-3b for pgsql-hackers@lists.postgresql.org; Sun, 06 Apr 2025 21:52:49 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u1Xv5-003mxc-0Y for pgsql-hackers@lists.postgresql.org; Sun, 06 Apr 2025 21:52:48 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 46B64352AF0 for ; Sun, 06 Apr 2025 23:52:46 +0200 (CEST) Received: from s979.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 22B443516C4; Sun, 06 Apr 2025 23:52:46 +0200 (CEST) Received: from s898.loopia.se (unknown [172.22.191.5]) by s979.loopia.se (Postfix) with ESMTP id 2066410BC414; Sun, 06 Apr 2025 23:52:46 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001] autolearn=disabled Authentication-Results: s898.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s934.loopia.se ([172.22.191.6]) by s898.loopia.se (s898.loopia.se [172.22.190.17]) (amavisd-new, port 10024) with LMTP id 5ljrXZA0iiR5; Sun, 6 Apr 2025 23:52:45 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.193 Received: from smtpclient.apple (customer-89-255-232-193.stosn.net [89.255.232.193]) (Authenticated sender: daniel@yesql.se) by s934.loopia.se (Postfix) with ESMTPSA id 6BF227CEA62; Sun, 06 Apr 2025 23:52:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1743976365; bh=eKc5DeOkbEFPv0mwT7Z6d9NrwfAQzVBU9LignUMdW6k=; h=From:Subject:Date:In-Reply-To:Cc:To:References; b=YXzhGNwccu+NxhM9o3srQHo9v9RYKUWHQpDXn2Rj9ia51nEXfRqAtcIrxlzDCxvRq GbMa+zvXVioGaZaRjiDm2lWQHf+gVrgXTpvKeM46IxDTbd+1zI7JORQ2bikeU19esX 8UfgWvJkFcG0lR/lyyGQ6/1ZTZXH5qLndJ4BDXHLS9jNS98FOZzbrU0R2+OIdKhcgb +NCAeQ+nkIWSPJL0HvbsWHvPebzzF68NpYjnbzG8wcsDIUBP6SPknjyDGszXQglhFH z55X/LvDh0aEmMWgu4eRI0AOEbgWNGqbnQR9L1qSACeJ7v9tlTj35U+sRjyPR8n6K1 C9GOKsScrOMtg== From: Daniel Gustafsson Message-Id: <2E4127D5-85B9-40B5-8D6F-C44B57E92DDD@yesql.se> Content-Type: multipart/alternative; boundary="Apple-Mail=_A618A87F-A8DB-4221-9EEA-C300EA4AD791" Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.1\)) Subject: Re: Possibly hard-to-read message Date: Sun, 6 Apr 2025 23:52:34 +0200 In-Reply-To: Cc: Kyotaro Horiguchi , pgsql-hackers@lists.postgresql.org To: "David G. Johnston" References: <20250326.120732.1167093737847500721.horikyota.ntt@gmail.com> X-Mailer: Apple Mail (2.3776.700.51.11.1) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --Apple-Mail=_A618A87F-A8DB-4221-9EEA-C300EA4AD791 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii > On 27 Mar 2025, at 02:42, David G. Johnston = wrote: > On second thought, something like: >=20 > WATCH_INTERVAL: an integer number of seconds; overrides the default = two second \watch interval >=20 > (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 --Apple-Mail=_A618A87F-A8DB-4221-9EEA-C300EA4AD791 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii
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)

Lookin= g 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

= --Apple-Mail=_A618A87F-A8DB-4221-9EEA-C300EA4AD791--