Thread: pgsql: \ddp should be recognized as such even if user appends S or + to

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

From
tgl@postgresql.org (Tom Lane)
Date:
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)