Re: Floating-point timestamps versus Range Types

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Floating-point timestamps versus Range Types
Дата
Msg-id 4936.1288037360@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Floating-point timestamps versus Range Types  (James Cloos <cloos@jhcloos.com>)
Ответы Re: Floating-point timestamps versus Range Types  (James Cloos <cloos@jhcloos.com>)
Список pgsql-hackers
James Cloos <cloos@jhcloos.com> writes:
> That said, the possiblity of hex i/o format for the float datatypes
> would be welcome.

It's unportable, for two different reasons:

1. pg_dump output would become platform-specific.  This is highly
undesirable.

2. The printf specifiers you want us to rely on are not standard.
Cf Single Unix Spec,
http://www.opengroup.org/onlinepubs/007908799/xsh/fprintf.html
which does not define either %A or %a.
        regards, tom lane


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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: add label to enum syntax
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: foreign keys for array/period contains relationships