We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By default NULLs show as blank on the test outputs, see:
postgres/nix/tests/expected/pgbouncer.out
Lines 74 to 78 in edaca40
This makes the NULL results not obvious at first sight.
Try adding an option like \pset null '<null>' so results show like:
\pset null '<null>'
get_auth ------------------------------- (test_expired_user_password,<null>)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
By default NULLs show as blank on the test outputs, see:
postgres/nix/tests/expected/pgbouncer.out
Lines 74 to 78 in edaca40
This makes the NULL results not obvious at first sight.
Solution
Try adding an option like
\pset null '<null>'
so results show like:The text was updated successfully, but these errors were encountered: