···4646 - `postgresqlEnableTCP`: set to `1` to enable TCP listening. Flaky; not recommended.
4747 - `postgresqlStartCommands`: defaults to `pg_ctl start`.
48484949+## Hooks {#sec-postgresqlTestHook-hooks}
5050+5151+A number of additional hooks are ran in postgresqlTestHook
5252+5353+ - `postgresqlTestSetupPost`: ran after postgresql has been set up.
5454+4955## TCP and the Nix sandbox {#sec-postgresqlTestHook-tcp}
50565157`postgresqlEnableTCP` relies on network sandboxing, which is not available on macOS and some custom Nix installations, resulting in flaky tests.