Kris Jurka <[EMAIL PROTECTED]> 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

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

Reply via email to