Re: Timestamp, fractional seconds problem

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: Timestamp, fractional seconds problem
Дата
Msg-id 3BBCA3B6.DE5EA717@fourpalms.org
обсуждение исходный текст
Ответ на Re: Timestamp, fractional seconds problem  (Laurette Cisneros <laurette@nextbus.com>)
Ответы Re: Timestamp, fractional seconds problem  (Laurette Cisneros <laurette@nextbus.com>)
Список pgsql-hackers
Laurette Cisneros wrote:
> 
> Could I get some more specific information on how this is fixed.  Keep in mind that using tochar() is not an option
forus in that we ned to use COPY to/from the client.
 

I'm finishing up implementing SQL99-style precision features in
timestamp et al, so there will no longer be an arbitrary rounding of
time to 2 decimal places when values are output. There will of course be
*other* issues for you to worry about, since the default precision
specified by SQL99 is zero decimal places...
                     - Thomas


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql/src/backend parser/parse_coerce.c utils/ ...
Следующее
От: Tom Lane
Дата:
Сообщение: Unhappiness with forced precision conversion for timestamp