Description
PostgreSQL administrators can add a safety extension that blocks UPDATE or DELETE statements without criteria. This helps reduce accidental full-table changes during manual SQL work or application mistakes.
It is a database extension. It improves safety but does not replace permissions, backups, transaction discipline, and careful review of data-changing SQL.