I have an UPDATE command which modifies several records of one (only one)
table.
Is it feasible (or a good idea) to include it in a transaction block to make
sure the process is performed with integrity?
Or
Does PostgreSQL has some kind of auto-integrity check with simple DB
operations like?
Best regards,
Jorge Maldonado