Re: forcing returned values to be binary

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: forcing returned values to be binary
Дата
Msg-id 16966.1132077917@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: forcing returned values to be binary  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-hackers
Dave Cramer <pg@fastcrypt.com> writes:
> One thing though if the date is 64 bit instead of float, what does  
> the binary output look like? Are they different ?

Quite, it's int64 instead of double ...

> If so this would seem to complicate things quite a bit.

Recent PG versions tell you which representation is in use at connection
startup, see the integer_datetimes parameter.
        regards, tom lane


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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: forcing returned values to be binary
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: compiling on windows with mingw