about summary refs log tree commit diff
path: root/doc/hooks
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-01-22 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-01-22 04:20:00 +0000
commit70b51d8d17216ef6c4fdd073254899f1e8858bc9 (patch)
tree38850615636bfd1ee637fde1233c958b40a36e87 /doc/hooks
parent694767ccd272f919c7b285080dd93cb420536b31 (diff)
downloadnixlib-70b51d8d17216ef6c4fdd073254899f1e8858bc9.tar
nixlib-70b51d8d17216ef6c4fdd073254899f1e8858bc9.tar.gz
nixlib-70b51d8d17216ef6c4fdd073254899f1e8858bc9.tar.bz2
nixlib-70b51d8d17216ef6c4fdd073254899f1e8858bc9.tar.lz
nixlib-70b51d8d17216ef6c4fdd073254899f1e8858bc9.tar.xz
nixlib-70b51d8d17216ef6c4fdd073254899f1e8858bc9.tar.zst
nixlib-70b51d8d17216ef6c4fdd073254899f1e8858bc9.zip
postgresqlTestHook: add postgresqlExtraSettings variable
Add `postgresqlExtraSettings` to allow to setup the `postgresql.conf`.
This would be useful in cases where we need to set
`shared_preload_libraries`.
Diffstat (limited to 'doc/hooks')
-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}