Re: [GENERAL] decimal(9.2)

Поиск
Список
Период
Сортировка
От Hans Peter Würmli
Тема Re: [GENERAL] decimal(9.2)
Дата
Msg-id XFMail.990626081955.wurmli@datacomm.ch
обсуждение исходный текст
Ответ на Re: [GENERAL] decimal(9.2)  (Herbert Liechti <Herbert.Liechti@thinx.ch>)
Список 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?
>

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

Предыдущее
От: "John M. Flinchbaugh"
Дата:
Сообщение: Re: [GENERAL] Definitive list of new types in 6.5 needed
Следующее
От: Karl DeBisschop
Дата:
Сообщение: Re: [GENERAL] Questions regarding OID