pgsql/src/bin/psql command.c

From: momjian(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/bin/psql command.c
Date: 2001-10-05 19:01:15
Message-ID: 200110051901.f95J1FG06135@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)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

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2001-10-05 19:05:54 pgsql/src backend/po/zh_TW.po bin/zh_TW.po bin ...
Previous Message meskes 2001-10-05 17:37:07 pgsql/src/interfaces/ecpg ChangeLog lib/data.c ...