mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
Merge pull request #283080 from marsam/postgresql-test-hook-settings
postgresqlTestHook: add postgresqlExtraSettings variable
This commit is contained in:
commit
1be8478d00
2 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,7 @@ Bash-only variables:
|
|||
- `postgresqlTestSetupCommands`: bash commands to run after database start, defaults to running `$postgresqlTestSetupSQL` as database administrator.
|
||||
- `postgresqlEnableTCP`: set to `1` to enable TCP listening. Flaky; not recommended.
|
||||
- `postgresqlStartCommands`: defaults to `pg_ctl start`.
|
||||
- `postgresqlExtraSettings`: Additional configuration to add to `postgresql.conf`
|
||||
|
||||
## Hooks {#sec-postgresqlTestHook-hooks}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue