Re: \d commands in psql 9.0

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: \d commands in psql 9.0
Date: 2010-04-03 20:56:58
Message-ID: 25290.1270328218@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-04-03 21:16:43 Re: default privileges
Previous Message Jaime Casanova 2010-04-03 20:50:28 Re: \d commands in psql 9.0