Waiting for PostgreSQL 17 – Add new COPY option LOG_VERBOSITY.

from blog select * from depesz;, | ↗ original
On 1st of April 2024, Masahiko Sawada committed patch: Add new COPY option LOG_VERBOSITY. This commit adds a new COPY option LOG_VERBOSITY, which controls the amount of messages emitted during processing. Valid values are 'default' and 'verbose'. This is currently used in COPY FROM when ON_ERROR option is set to ignore. If 'verbose' …...