Re: date out of range for timestamp

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: date out of range for timestamp
Дата
Msg-id 23542.1293590748@sss.pgh.pa.us
обсуждение исходный текст
Ответ на date out of range for timestamp  (David Rericha <d.rericha@healthcareoss.com>)
Ответы Re: date out of range for timestamp  (David Rericha <d.rericha@healthcareoss.com>)
Список pgsql-admin
[ please keep the list cc'd ]

David Rericha <d.rericha@healthcareoss.com> writes:
> I am truly typing the date as a literal.  It turned out that I did have
> a date of year 2010000, which would have been out of range, but I
> changed it.  But I still get the error.

Hmm.  Try re-running ANALYZE on the table.  I'm thinking that maybe
(a) the way-out-of-line date is still in the statistical histogram, and
(b) the planner is using date-to-timestamp coercion while trying to
estimate the selectivity of the <= condition.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: date out of range for timestamp
Следующее
От: David Rericha
Дата:
Сообщение: Re: date out of range for timestamp