pgsql/src/bin/psql command.c - Mailing list pgsql-committers

From momjian@postgresql.org
Subject pgsql/src/bin/psql command.c
Date
Msg-id 200110051901.f95J1FG06135@postgresql.org
Whole thread Raw
List pgsql-committers
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


pgsql-committers by date:

Previous
From: meskes@postgresql.org
Date:
Subject: pgsql/src/interfaces/ecpg ChangeLog lib/data.c ...
Next
From: momjian@postgresql.org
Date:
Subject: pgsql/src backend/po/zh_TW.po bin/zh_TW.po bin ...