Re: EXPLAIN verbose?

Поиск
Список
Период
Сортировка
От Qingqing Zhou
Тема Re: EXPLAIN verbose?
Дата
Msg-id e41bdh$do0$1@news.hub.org
обсуждение исходный текст
Ответ на EXPLAIN verbose?  (Cristiano Duarte <cunha17@gmail.com>)
Список pgsql-hackers
"Cristiano Duarte" <cunha17@gmail.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 




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Continuing "pgstat update timeout" failures in buildfarm
Следующее
От: Mario Weilguni
Дата:
Сообщение: Re: BEGIN inside transaction should be an error