Re: psql \watch 2nd argument: iteration count
Andrey Borodin <amborodin86@gmail.com>
From: Andrey Borodin <amborodin86@gmail.com>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: Kyotaro Horiguchi <horikyota.ntt@gmail.com>, sfrost@snowman.net, peter.eisentraut@enterprisedb.com, pgsql-hackers@postgresql.org
Date: 2023-03-09T00:22:47Z
Lists: pgsql-hackers
Attachments
- v4-0002-Add-iteration-count-argument-to-psql-watch-comman.patch (application/octet-stream) patch v4-0002
- v4-0001-Fix-incorrect-argument-handling-in-psql-watch.patch (application/octet-stream) patch v4-0001
On Wed, Mar 8, 2023 at 10:49 AM Nathan Bossart <nathandbossart@gmail.com> wrote: > > Is there any reason to disallow 0 for the sleep argument? I often use > commands like "\watch .1" to run statements repeatedly with very little > time in between, and I'd use "\watch 0" instead if it was available. > Yes, that makes sense! Thanks! Best regards, Andrey Borodin.
Commits
-
psql: add an optional execution-count limit to \watch.
- 00beecfe839c 16.0 landed
-
Improve handling of psql \watch's interval argument
- 6f9ee74d45aa 16.0 landed