Files
ports/databases/pg-safeupdate/pkg-descr
Lukas Engelhardt 95880936fb databases/pg-safeupdate: Add new port
PostgreSQL extension to block unconditional UPDATE/DELETE

PR:		290229
2025-10-21 14:39:02 +00:00

5 lines
255 B
Plaintext

Safeupdate is a simple extension to PostgreSQL that raises an error if UPDATE
and DELETE are executed without specifying conditions. This extension was
initially designed to protect data from accidental obliteration of data that is
writable by PostgREST.