pgsql: \ddp should be recognized as such even if user appends S or + to - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: \ddp should be recognized as such even if user appends S or + to
Date
Msg-id 20100403205558.09CE67541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
\ddp should be recognized as such even if user appends S or + to it.
Those options do nothing right now, but might be wanted later, and in
any case it's confusing for the command to be interpreted as \dd if
anything is appended.  Per Jaime Casanova.

Modified Files:
--------------
    pgsql/src/bin/psql:
        command.c (r1.217 -> r1.218)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c?r1=1.217&r2=1.218)

pgsql-committers by date:

Previous
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Make ecpg in line with other compilers in that it deletes its
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Minor wording improvement.