Re: [BUGS] BUG #2429: Explain does not report object's schema - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [BUGS] BUG #2429: Explain does not report object's schema
Date
Msg-id 5553.1147751389@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUGS] BUG #2429: Explain does not report object's schema  ("Gurjeet Singh" <singh.gurjeet@gmail.com>)
List pgsql-hackers
"Gurjeet Singh" <singh.gurjeet@gmail.com> writes:
>     I don't think Cristiano is asking for the schema_name in the
> EXPLAIN o/p. The request is for the table ALIASes to be shown in the
> o/p, which makes more sense than schema_name+table_name, since the
> same table can be used in the same query more than once.

But EXPLAIN has always shown the aliases.

Possibly a reasonable compromise would be for EXPLAIN to act like rule
reverse-listing does, that is, consult the schema search path and print
a qualified name only if the table wouldn't be found without it.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Gurjeet Singh"
Date:
Subject: Re: [BUGS] BUG #2429: Explain does not report object's schema
Next
From: "Gregory Maxwell"
Date:
Subject: Re: Compression and on-disk sorting