Dear fellow PostgreSQL users,
It logged lots of these messages:
setval
--------
1001
(1 row)
--------
1001
(1 row)
In other words, it logs **some** things that are not errors, even though --quiet was specified. Is this the expected behaviour? I would argue that with --quiet --echo-errors, only errors should be logged, and setting the value of a sequence is not an error.
Thank you,
Laszlo