CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian@postgresql.org 01/10/05 15:01:13
Modified files:
src/bin/psql : command.c
Log message:
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