From: Tom Lane on
Jaime Casanova <jcasanov(a)systemguards.com.ec> writes:
> are we requiring a space between the command and it's first parameter?

Yes.

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

From: Jaime Casanova on
On Sat, Apr 3, 2010 at 4:46 PM, Tom Lane <tgl(a)sss.pgh.pa.us> wrote:
> Jaime Casanova <jcasanov(a)systemguards.com.ec> writes:
>> are we requiring a space between the command and it's first parameter?
>
> Yes.
>

then, something is wrong because \ddp+ should be giving an error
(because that command doesn't exist and \dd seems to be accepting the
p+ as a parameter)


--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157

--
Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

From: Tom Lane on
Jaime Casanova <jcasanov(a)systemguards.com.ec> writes:
> then, something is wrong because \ddp+ should be giving an error
> (because that command doesn't exist and \dd seems to be accepting the
> p+ as a parameter)

No, it's just ignoring the p+, not treating it as a parameter. I agree
this is bogus --- patch committed.

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers