• Andrew Dunstan's avatar
    Make psql's \sf and \ef honor ECHO_HIDDEN. · e4d28175
    Andrew Dunstan authored
    These commands were calling the database direct rather than  calling
    PSQLexec like other slash commands that needed database data.
    
    The code is also changed not to pass the connection as a parameter to
    the helper functions. It's available in a global variable, and that's
    what PSQLexec uses.
    e4d28175
command.c 71.2 KB