Top
Enterprise Postgres 14 SP1 Messages
FUJITSU Software

2.94.26 19728

cannot perform transaction commands inside a cursor loop that is not read-only

[Description]

Doing transAction control, especially abort, inside a cursor loop that is not read-only, for example using UPDATE RETURNING, has weird semantics issues.

[System Processing]

Processing will be aborted.

[Action]

Check the message text and confirm that the application is written correctly and the command is being used correctly.