Re: [GENERAL] decimal(9.2)

From: Hans Peter Würmli <wurmli(at)datacomm(dot)ch>
To: Herbert Liechti <Herbert(dot)Liechti(at)thinx(dot)ch>
Cc: postgres <pgsql-general(at)postgresql(dot)org>
Subject: Re: [GENERAL] decimal(9.2)
Date: 1999-06-26 06:19:55
Message-ID: XFMail.990626081955.wurmli@datacomm.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sorry, yes you need 6.5 for the general numeric type.

H.P.

On 25-Jun-99 Herbert Liechti wrote:
> Hans Peter Würmli wrote:
>
>> Try:
>>
>> dbhpw=> create table therbert (num numeric(9,2));
>
> Is not working. I got the following error:
>
> db=> create table therbert (num numeric(9,2));
> ERROR: NUMERIC scale 2 must be zero
>
> I use PostgreSQL 6.4.0 on i586-pc-linux-gnu, compiled by gcc egcs-2.91.6
>
> Any other hints?
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Karl DeBisschop 1999-06-26 12:45:14 Re: [GENERAL] Questions regarding OID
Previous Message John M. Flinchbaugh 1999-06-26 04:35:45 Re: [GENERAL] Definitive list of new types in 6.5 needed