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 = {
|
passthru = {
|
||||||
inherit readline;
|
inherit readline;
|
||||||
psqlSchema = "9.1";
|
psqlSchema = "9.2";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue