On 19.03.24 18:38, Kartyshov Ivan wrote:
CALL pg_wait_lsn('0/3002AE8', 10000); BEGIN; SELECT * FROM tbl; // read fresh insertions COMMIT;
I'm not endorsing this or any other approach, but I think the timeout parameter should be of type interval, not an integer with a unit that is hidden in the documentation.