Skip to content

Commit

Permalink
Merge pull request #191947 from hercules-ci/doc-postgresql-test-hook-…
Browse files Browse the repository at this point in the history
…add-example

doc/postgresql-test-hook: Add example
  • Loading branch information
roberth authored Sep 21, 2022
2 parents 97f6e8b + b2def3c commit 0fdc722
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 0fdc722

Please sign in to comment.