Re: [HACKERS] Numeric type

Поиск
Список
Период
Сортировка
От jwieck@debis.com (Jan Wieck)
Тема Re: [HACKERS] Numeric type
Дата
Msg-id m0zxwSr-000EBRC@orion.SAPserv.Hamburg.dsh.de
обсуждение исходный текст
Ответ на Re: [HACKERS] Numeric type  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-hackers
Oleg Bartunov wrote:

> On my Linux box/i586/libc5, postgresql 6.4.2:
>
> test=> create table n1 (n numeric(10,5), d decimal(10,5));
> ERROR:  NUMERIC precision 10 must be 9
> test=>
>
> Something weird ! I compiled postgres 6.4.2 after applying Jan's feature
> patch and configure --enable-locale

    Not  weird.  The  new  NUMERIC  datatype (arbitrary precision
    numeric format) isn't part of the v6.4 tree and will not  be.

    It's  only  in the current development tree which will become
    v6.5.


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#======================================== jwieck@debis.com (Jan Wieck) #

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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: [HACKERS] Numeric type
Следующее
От: David Wetzel
Дата:
Сообщение: vacuum takes too long