Waiting for PostgreSQL 17 – Allow \watch queries to stop on minimum rows returned

from blog select * from depesz;, | ↗ original
On 29th of August 2023, Daniel Gustafsson committed patch: Allow \watch queries to stop on minimum rows returned When running a repeat query with \watch in psql, it can be helpful to be able to stop the watch process when the query no longer returns the expected amount of rows. An example would be … Continue reading "Waiting for PostgreSQL 17 –...