Re: [SQL] double precision to numeric overflow error

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: [SQL] double precision to numeric overflow error
Дата
Msg-id 20030107152951.R67168-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на double precision to numeric overflow error  (Thomas O'Connell <tfo@monsterlabs.com>)
Список pgsql-general
On Tue, 7 Jan 2003, Thomas O'Connell wrote:

> is this expected behavior? if so, then why?

I'd guess so if the timestamp value's integer part is
10 digits long since I believe trying to fit that into
a numeric(15,6) wouldn't work (9 digits . 6 digits).

> db=# create table foo( col timestamp );
> db=# select cast( extract( epoch from col ) as numeric( 15, 6 ) ) from
> foo;
>  date_part
> -----------
> (0 rows)
> db=# insert into foo values( current_timestamp );
> INSERT 1705954 1
> db=# select cast( extract( epoch from col ) as numeric( 15, 6 ) ) from
> foo;
> ERROR:  overflow on numeric ABS(value) >= 10^9 for field with precision
> 15 scale 6




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

Предыдущее
От: Steve Crawford
Дата:
Сообщение: Re: [HACKERS] Have people taken a look at pgdiff yet?
Следующее
От: "Nigel J. Andrews"
Дата:
Сообщение: State of interface modules