September 26, 2024: PostgreSQL 17 Released!

Feature Description

COPY ... ON_ERROR

The new ON_ERROR option for COPY provides the option to ignore and discard error rows. The default behavior is ON_ERROR stop the import.

See COPY.