Find a file
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
doc Lots of Perl package updates 2013-01-19 00:02:51 +01:00
maintainers generate-cpan-package: Don't hard-code Eelco's environment 2013-03-27 16:35:42 -04:00
pkgs postgresql: Make 9.2 the default 2013-04-04 18:13:09 +02:00
.gitignore Add the nix-build `result' symlink and cpan files to gitignore 2013-03-28 09:52:27 -04:00
COPYING
default.nix
VERSION