nixpkgs/pkgs
Eelco Dolstra 22d4472d27 postgresql: Make 9.2 the default
PostgreSQL 8.3 is end-of-life so it shouldn't be our default anymore.

The problem with changing the default PostgreSQL is that it breaks
NixOS installations that have PostgreSQL enabled without specifying an
explicit PostgreSQL version, because PostgreSQL does not do automatic
schema migration if the major version changes.

Thus, it's always a good idea to specify the desired major version
explicitly:

  services.postgresql.package = pkgs.postgresql92;

(In fact, maybe we should remove the default value for
services.postgresql.package.)
2013-04-04 18:13:09 +02:00
..
applications gmpc 11.8.16: New package, a GTK MPD (Music Player Daemon) client 2013-04-04 17:42:17 +02:00
build-support - fetchbzr and nix-prefetch-bzr now only export, instead of cloning 2013-03-31 19:16:18 -07:00
data man-pages: Update to 3.50 2013-03-27 23:00:02 +01:00
desktops
development haskell-cabal2nix: update to version 1.48 2013-04-04 16:27:57 +02:00
games anki: set platforms 2013-03-31 20:56:18 +02:00
lib Add myself (the-kenny) to the maintainer list. 2013-03-30 21:05:15 +01:00
misc Add sha256 hash to winetricks. 2013-03-30 20:00:05 +01:00
os-specific nvidia_x11: update to short-lived, with security update 2013-04-04 14:31:47 +02:00
servers postgresql: Update to latest versions 2013-04-04 15:45:48 +02:00
shells ipython: modularize and enable more features 2013-03-27 15:39:03 +01:00
stdenv Add the addPassthru library function 2013-03-24 08:29:10 -04:00
test
tools Fix the path to ping 2013-04-03 23:34:02 +02:00
top-level postgresql: Make 9.2 the default 2013-04-04 18:13:09 +02:00