pg-safeupdate: init at 1.2
safeupdate is a simple extension to PostgreSQL that raises an error if UPDATE and DELETE are executed without specifying conditions.
This commit is contained in:
committed by
Austin Seipp
parent
804e5e18e9
commit
e1f3167d6d
@@ -46,4 +46,6 @@ self: super: {
|
||||
pgrouting = super.callPackage ./ext/pgrouting.nix { };
|
||||
|
||||
pg_partman = super.callPackage ./ext/pg_partman.nix { };
|
||||
|
||||
pg_safeupdate = super.callPackage ./ext/pg_safeupdate.nix { };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user