]> granicus.if.org Git - postgresql/commit
Attached is the updated version of the patch, which matches
authorBruce Momjian <bruce@momjian.us>
Fri, 5 Oct 2001 19:01:13 +0000 (19:01 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 5 Oct 2001 19:01:13 +0000 (19:01 +0000)
commit453ef3f81f6db706c87c2f6bdaa060efdc13e4ae
tree75e47f1d15b831b34a0523f782c371ad79bfc232
parentb78efb6d82b04d9fef78559850221a5f1a4b66d6
Attached is the updated version of the patch, which matches
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
src/bin/psql/command.c