mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-19 16:09:19 +03:00
postgresql: (94 -> 95)
Updates postgresql to its latest versions
This commit is contained in:
parent
7550ddaf91
commit
2c23a311cd
3 changed files with 11 additions and 3 deletions
|
@ -122,8 +122,8 @@ in
|
||||||
example = literalExample "[ (pkgs.postgis.override { postgresql = pkgs.postgresql94; }).v_2_1_4 ]";
|
example = literalExample "[ (pkgs.postgis.override { postgresql = pkgs.postgresql94; }).v_2_1_4 ]";
|
||||||
description = ''
|
description = ''
|
||||||
When this list contains elements a new store path is created.
|
When this list contains elements a new store path is created.
|
||||||
PostgreSQL and the elments are symlinked into it. Then pg_config,
|
PostgreSQL and the elements are symlinked into it. Then pg_config,
|
||||||
postgres and pc_ctl are copied to make them use the new
|
postgres and pg_ctl are copied to make them use the new
|
||||||
$out/lib directory as pkglibdir. This makes it possible to use postgis
|
$out/lib directory as pkglibdir. This makes it possible to use postgis
|
||||||
without patching the .sql files which reference $libdir/postgis-1.5.
|
without patching the .sql files which reference $libdir/postgis-1.5.
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -88,4 +88,11 @@ in {
|
||||||
sha256 = "0faav7k3nlhh1z7j1r3adrhx1fpsji3jixmm2abjm93fdg350z5q";
|
sha256 = "0faav7k3nlhh1z7j1r3adrhx1fpsji3jixmm2abjm93fdg350z5q";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postgresql95 = common {
|
||||||
|
version = "9.5.0";
|
||||||
|
psqlSchema = "9.5";
|
||||||
|
sha256 = "f1c0d3a1a8aa8c92738cab0153fbfffcc4d4158b3fee84f7aa6bfea8283978bc";
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -9444,7 +9444,8 @@ let
|
||||||
postgresql91
|
postgresql91
|
||||||
postgresql92
|
postgresql92
|
||||||
postgresql93
|
postgresql93
|
||||||
postgresql94;
|
postgresql94
|
||||||
|
postgresql95;
|
||||||
|
|
||||||
postgresql_jdbc = callPackage ../servers/sql/postgresql/jdbc { };
|
postgresql_jdbc = callPackage ../servers/sql/postgresql/jdbc { };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue