Re: Statistical Analysis

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Statistical Analysis
Дата
Msg-id 2025.964483836@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Statistical Analysis  ("Timothy H. Keitt" <keitt@nceas.ucsb.edu>)
Список pgsql-general
"Timothy H. Keitt" <keitt@nceas.ucsb.edu> writes:
> Oops.  Just tried that; the random() call only get evaluated once.

Hmm, you're right.  That's a bug.  The system knows that random()
can give different results on each call, but there's one piece of
the planner that hasn't gotten the word :-(

            regards, tom lane

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

Предыдущее
От: Scott Holmes
Дата:
Сообщение: Subscripts in select statements
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Statistical Analysis