pg_partman: init at 4.1.0

This commit is contained in:
Peter Ferenczy
2019-05-14 18:37:34 +02:00
parent 2b13c29c3c
commit d6d94878ea
2 changed files with 35 additions and 0 deletions
+2
View File
@@ -38,4 +38,6 @@ self: super: {
tds_fdw = super.callPackage ./ext/tds_fdw.nix { };
pgrouting = super.callPackage ./ext/pgrouting.nix { };
pg_partman = super.callPackage ./ext/pg_partman.nix { };
}