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:
steve-chavez
2019-06-11 12:19:27 -07:00
committed by Austin Seipp
parent 804e5e18e9
commit e1f3167d6d
2 changed files with 29 additions and 0 deletions
+2
View File
@@ -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 { };
}