about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-02-04 06:36:16 -0500
committerGitHub <noreply@github.com>2024-02-04 06:36:16 -0500
commit1be8478d00f91aa3a1980093c8accf0ce54d33bf (patch)
tree9acfd50923ed7c2de23d9cddb85b212c62d9884b /doc
parent451b9705cded5fc001ba074e1d4e13a71bb7a917 (diff)
parent70b51d8d17216ef6c4fdd073254899f1e8858bc9 (diff)
downloadnixlib-1be8478d00f91aa3a1980093c8accf0ce54d33bf.tar
nixlib-1be8478d00f91aa3a1980093c8accf0ce54d33bf.tar.gz
nixlib-1be8478d00f91aa3a1980093c8accf0ce54d33bf.tar.bz2
nixlib-1be8478d00f91aa3a1980093c8accf0ce54d33bf.tar.lz
nixlib-1be8478d00f91aa3a1980093c8accf0ce54d33bf.tar.xz
nixlib-1be8478d00f91aa3a1980093c8accf0ce54d33bf.tar.zst
nixlib-1be8478d00f91aa3a1980093c8accf0ce54d33bf.zip
Merge pull request #283080 from marsam/postgresql-test-hook-settings
postgresqlTestHook: add postgresqlExtraSettings variable
Diffstat (limited to 'doc')
-rw-r--r--doc/hooks/postgresql-test-hook.section.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/hooks/postgresql-test-hook.section.md b/doc/hooks/postgresql-test-hook.section.md
index 8b37ca1e4b3e..59d7f7a644c9 100644
--- a/doc/hooks/postgresql-test-hook.section.md
+++ b/doc/hooks/postgresql-test-hook.section.md
@@ -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}