about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-09-19 18:14:31 +0100
committerRobert Hensing <robert@roberthensing.nl>2022-09-19 18:14:31 +0100
commitb2def3c2ce9d52b51b63e6c9efe4e8fa42803c0d (patch)
tree5ed19ee710268608fffeb2d6f64395a46005e06e /doc
parent0851743b887baefc4dd0666052b2491c420eea2f (diff)
doc/postgresql-test-hook: Add example
Diffstat (limited to 'doc')
-rw-r--r--doc/hooks/postgresql-test-hook.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hooks/postgresql-test-hook.section.md b/doc/hooks/postgresql-test-hook.section.md
index 077fac14ebbff..64f7fd415b18a 100644
--- a/doc/hooks/postgresql-test-hook.section.md
+++ b/doc/hooks/postgresql-test-hook.section.md
@@ -40,7 +40,7 @@ Exported variables:
 
 Bash-only variables:
 
- - `postgresqlTestUserOptions`: SQL options to use when creating the `$PGUSER` role, default: `LOGIN`.
+ - `postgresqlTestUserOptions`: SQL options to use when creating the `$PGUSER` role, default: `"LOGIN"`. Example: `"LOGIN SUPERUSER"`
  - `postgresqlTestSetupSQL`: SQL commands to run as database administrator after startup, default: statements that create `$PGUSER` and `$PGDATABASE`.
  - `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.