Capture Row Formatting Errors and Declare a Reject Limit
This section is adapted from the WarehousePG v7.x documentation
The following SQL fragment captures formatting errors internally in WarehousePG and declares a reject limit of 10 rows.
LOG ERRORS SEGMENT REJECT LIMIT 10 ROWS
Use the built-in SQL function gp_read_error_log() to read the error log data. For information about viewing log errors, see Viewing Bad Rows in the Error Log.
Parent topic: Handling Load Errors
Could this page be better? Report a problem or suggest an addition!