You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This commit adds a new COPY option LOG_VERBOSITY, which controls theamount of messages emitted during processing. Valid values are'default' and 'verbose'.This is currently used in COPY FROM when ON_ERROR option is set toignore. If 'verbose' is specified, a NOTICE message is emitted foreach discarded row, providing additional information such as linenumber, column name, and the malformed value. This helps users toidentify problematic rows that failed to load.Author: Bharath RupireddyReviewed-by: Michael Paquier, Atsushi Torikoshi, Masahiko SawadaDiscussion:https://www.postgresql.org/message-id/CALj2ACUk700cYhx1ATRQyRw-fBM%2BaRo6auRAitKGff7XNmYfqQ%40mail.gmail.com