Top
Enterprise Postgres 14 SP1 Messages
FUJITSU Software

2.65.63 16864

Junk view columns are not updatable

[Description]

the only updatable columns we support are those that are Vars referring to user columns of the underlying base relation.The view targetlist may contain resjunk columns (e.g., a view defined like "SELECT * FROM t ORDER BY a+b" is auto-updatable) but such columns are not auto-updatable, and in fact should never appear in the outer query's targetlist.

[System Processing]

Processing will be aborted.

[Action]

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