about summary refs log tree commit diff
path: root/nixos/tests/postgresql.nix
Commit message (Collapse)AuthorAge
* nixos tests: run postgresql tests with postgres userRodney Lorrimar2017-07-19
|
* postgresql: enable XML functionsRodney Lorrimar2017-07-15
| | | | | I suspect these functions aren't widely used, but they are enabled in PostgreSQL on Ubuntu and Arch.
* nixos tests: fix postgresql testsRodney Lorrimar2017-07-15
| | | | | | | | 1. Needs to call makeTest or else nothing happens when you run `nix-build nixos/tests/postgresql.nix`. 2. Tests run as root, so there needs to be a corresponding user in PostgreSQL.
* test all postgresql versions, test server restart (#1735)Tomasz Czyż2017-02-21
|
* nixos: add test for postgresql, fixes #11146Rok Garbas2016-01-20