From: Tom Lane on 3 Apr 2010 16:46 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 3 Apr 2010 16:50 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 3 Apr 2010 16:56 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
|
Pages: 1 Prev: [HACKERS] \d commands in psql 9.0 Next: [HACKERS] default privileges |