Re: \d omits schema on inherited tables (Was: EXPLAIN omits schema?) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: \d omits schema on inherited tables (Was: EXPLAIN omits schema?)
Date
Msg-id 14609.1181757130@sss.pgh.pa.us
Whole thread Raw
In response to \d omits schema on inherited tables (Was: EXPLAIN omits schema?)  ("Josh Tolley" <eggyknap@gmail.com>)
List pgsql-hackers
"Josh Tolley" <eggyknap@gmail.com> writes:
> On 6/13/07, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Yes it does, because that's actually regclass output.  It'll be
>> schema-qualified if the table is not visible in your search path.

> I figured it was better to start a new thread, since this changes from
> the original topic. My test didn't display the schema despite the
> parent not being in my search path, as shown below:

Oh, that's what I get for looking at CVS HEAD instead of the 8.2
branch... it was changed here:

http://archives.postgresql.org/pgsql-committers/2007-02/msg00397.php
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: tsearch_core patch: permissions and security issues
Next
From: Tom Lane
Date:
Subject: Re: EXPLAIN omits schema?