Upgrade nixpkgs and add Postgres 13 support

This commit is contained in:
monacoremo
2020-10-05 13:47:53 -05:00
committed by Steve Chavez
parent d395bb6052
commit e4e84e5714
7 changed files with 45 additions and 32 deletions
+3
View File
@@ -521,6 +521,9 @@ pgVersion114 = PgVersion 110004 "11.4"
pgVersion121 :: PgVersion
pgVersion121 = PgVersion 120001 "12.1"
pgVersion130 :: PgVersion
pgVersion130 = PgVersion 130000 "13.0"
sourceCTEName :: SqlFragment
sourceCTEName = "pgrst_source"