Re: Problem with a rule on upgrade to v7.1.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem with a rule on upgrade to v7.1.1
Дата
Msg-id 6727.989611180@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Problem with a rule on upgrade to v7.1.1  (Jon Lapham <lapham@extracta.com.br>)
Список pgsql-hackers
Jon Lapham <lapham@extracta.com.br> writes:
> PS: (Talking *way* above my head now) Would be possible to have 
> EXPLAIN flag this type of problem?  Remember, the EXPLAIN output for 
> 7.1RC1 and 7.1.1 were identical.

Yeah, because EXPLAIN doesn't show the individual qual clauses attached
to each plan node.  EXPLAIN VERBOSE does ... but it's, um, too verbose
for most people.

I've speculated to myself about designing some intermediate level of
EXPLAIN display that would show things like qual clauses and indexscan
conditions in a readable fashion (unlike EXPLAIN VERBOSE).  It could use
the ruleutils.c code to produce the output, so there's not that much
coding involved, just some tasteful selection of exactly what details to
show and how to format the output.  But I haven't gotten around to
actually doing anything ...
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [COMMITTERS] pgsql/ /README /configure /configure.in /regis ...
Следующее
От: Domingo Alvarez Duarte
Дата:
Сообщение: bug in "create unique index"