postgresql_11: init at 11.0

This commit is contained in:
Alyssa Ross
2018-10-30 14:33:35 +00:00
parent c6c7d55790
commit 91c746cacc
3 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -13610,7 +13610,8 @@ with pkgs;
postgresql_9_4
postgresql_9_5
postgresql_9_6
postgresql_10;
postgresql_10
postgresql_11;
postgresql_jdbc = callPackage ../servers/sql/postgresql/jdbc { };