Re: EXPLAIN verbose?

From: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: EXPLAIN verbose?
Date: 2006-05-12 06:53:27
Message-ID: e41bdh$do0$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


"Cristiano Duarte" <cunha17(at)gmail(dot)com> wrote
> Does anyone know how to discover the tables (with schemas or oid)
> involved
> on a select statement?
> I tried EXPLAIN but it only reports the table names, not schemas or
> oid.
>

In general, this is a pretty difficult problem - thinking you may do a
selection on a function which involves some other tables. By EXPLAIN,
you can only see a function scan node.

Regards,
Qingqing

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Qingqing Zhou 2006-05-12 06:58:58 Re: Need some clarification
Previous Message Tom Lane 2006-05-12 03:58:04 Continuing "pgstat update timeout" failures in buildfarm