Re: road.thepath no longer in pg_stats?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: road.thepath no longer in pg_stats?
Дата
Msg-id 29793.1272414761@sss.pgh.pa.us
обсуждение исходный текст
Ответ на road.thepath no longer in pg_stats?  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> I just noticed that the road.thepath column in the regression database
> is no longer in pg_stats for some reason after ANALYZE, so the example
> in section 14.2 in the docs (Statistics Used by the Planner) is now
> wrong.

It's an old example :-( ... a quick check shows no version since 7.3
generates stats for that column.

> but this is failing because of missing values for that column, as well
> as there being two rows for the column that is there (stainherint=f
> producing the other one)

Two rows are expected now, since that table has children --- there
should be one for inherited = t and one for inherited = f.  Probably
wouldn't hurt to explain that explicitly here.
        regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: providing tokenized version of parsed SQL script (was: nodeToString format and exporting the SQL parser)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: testing HS/SR - 1 vs 2 performance