• Fujii Masao's avatar
    Make \watch respect the user's \pset null setting. · a5eb85eb
    Fujii Masao authored
    Previously \watch always ignored the user's \pset null setting.
    \pset null setting should be ignored for \d and similar queries.
    For those, the code can reasonably have an opinion about what
    the presentation should be like, since it knows what SQL query
    it's issuing. This argument surely doesn't apply to \watch,
    so this commit makes \watch use the user's \pset null setting.
    
    Back-patch to 9.3 where \watch was added.
    a5eb85eb
command.c 72 KB