Re: Interval support for Postgres

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Interval support for Postgres
Дата
Msg-id 42681F57.4080308@opencloud.com
обсуждение исходный текст
Ответ на Re: Interval support for Postgres  (Kris Jurka <books@ejurka.com>)
Ответы representing (seconds + microseconds) as floats [was:Re: Interval support for Postgres]  (Vadim Nasardinov <vadimn@redhat.com>)
Список pgsql-jdbc
Kris Jurka wrote:

> 1) You have an "int milliseconds" field.  PG supports microsecond
> precision in intervals.  Is there any reason not to go with a plain "float
> seconds" field instead of splitting these up?

Can you represent all of 0.000000 .. 59.999999 exactly as floats?

-O

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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Array support
Следующее
От: Dennis Sacks
Дата:
Сообщение: Re: switching from 7.4.1 to 8.0-311 jdbc driver