• Bruce Momjian's avatar
    Attached is the updated version of the patch, which matches · 453ef3f8
    Bruce Momjian authored
    on words as opposed to lines, which means that all of the
    following work in psql:
    
    \d foo \d bar
    \d foo; \d bar
    \d foo \d bar;;
    \d foo; <space>
    
    
    This one also uses "true and false" and strips semicolons
    for the following backslash commands: \C \c \d \e \i \o \s \z
    
    Greg Sabino Mullane
    453ef3f8
command.c 38.6 KB