Top
Enterprise Postgres 14 SP1 Messages
FUJITSU Software

2.65.93 16895

new row violates WITH CHECK OPTION for view "@1@"

[Description]

WITH CHECK OPTION checks are intended to ensure that the new tuple is visible in the view. If the view's qual evaluates to NULL, then the new tuple won't be included in the view. Therefore we need to tell ExecQual to return FALSE for NULL (the opposite of what we do above for CHECK constraints).

[System Processing]

Processing will be aborted.

[Action]

To investigate the cause of the occurrence from the message, and remove cause.