Skip to content

Commit

Permalink
doc/postgresql-test-hook: Add example
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Sep 19, 2022
1 parent 0851743 commit b2def3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/hooks/postgresql-test-hook.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b2def3c

Please sign in to comment.