Re: [HACKERS] Numeric type

From: jwieck(at)debis(dot)com (Jan Wieck)
To: oleg(at)sai(dot)msu(dot)su (Oleg Bartunov)
Cc: lockhart(at)alumni(dot)caltech(dot)edu, maillist(at)candle(dot)pha(dot)pa(dot)us, jwieck(at)debis(dot)com, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Numeric type
Date: 1999-01-06 17:09:48
Message-ID: m0zxwSr-000EBRC@orion.SAPserv.Hamburg.dsh.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)debis(dot)com (Jan Wieck) #

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Wetzel 1999-01-06 19:09:20 vacuum takes too long
Previous Message Massimo Dal Zotto 1999-01-06 16:39:09 problem with arrays