Skip to content

NULLs don't show clearly on test outputs #1568

Open
@steve-chavez

Description

@steve-chavez

Problem

By default NULLs show as blank on the test outputs, see:

select pgbouncer.get_auth('test_expired_user_password');
get_auth
-------------------------------
(test_expired_user_password,)
(1 row)

This makes the NULL results not obvious at first sight.

Solution

Try adding an option like \pset null '<null>' so results show like:

           get_auth            
-------------------------------
 (test_expired_user_password,<null>)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions