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:
parent
fad10ddb82
commit
a32e208ded
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
passthru = {
|
||||
inherit readline;
|
||||
psqlSchema = "9.1";
|
||||
psqlSchema = "9.2";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue