\ddp should be recognized as such even if user appends S or + to it.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 3 Apr 2010 20:55:57 +0000 (20:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 3 Apr 2010 20:55:57 +0000 (20:55 +0000)
commitb84332830dcc83b8084c2721390708e9b972cb3a
tree171a4e32087732feea98a136e99b10bbc94140d2
parent5f5ba923346daf841b9ab8cd7ffc208bafbee6c2
\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.
src/bin/psql/command.c