Re: Fixes for psql describeOneTableDetails

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Fixes for psql describeOneTableDetails
Date: 2008-11-03 19:10:20
Message-ID: 15170.1225739420@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Kris Jurka <books(at)ejurka(dot)com> writes:
> Attached are two and a half fixes for problems in psql's
> describeOneTableDetails function.

Applied, thanks.

> 3) When describing a sequence it queries the sequence by name and was not
> schema qualifying it which is necessary when describing objects not in the
> search path. This is still busted because it does not correctly quote the
> identifiers.

I fixed the quoting problem by using fmtId(), which seems to have been
sucked into psql awhile back.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Enrico Pirozzi 2008-11-03 19:12:47 Grant proposal
Previous Message Alvaro Herrera 2008-11-03 19:07:01 Re: pgstat delay in autovacuum