3
0
Fork 0
forked from mirrors/nixpkgs

Set psqlSchema properly for postgres 9.2.x

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2013-04-05 07:48:44 -04:00
parent fad10ddb82
commit a32e208ded

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
passthru = {
inherit readline;
psqlSchema = "9.1";
psqlSchema = "9.2";
};
meta = {