Re: error in the example given for numeric data types

Поиск
Список
Период
Сортировка
От Priyank Rajvansh
Тема Re: error in the example given for numeric data types
Дата
Msg-id CAMyMXf2QPLoHsGQ0jGu0aBUr-D1yWd0B2Z51+dtssiBQsbn2Mw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: error in the example given for numeric data types  (jian he <jian.universality@gmail.com>)
Ответы Re: error in the example given for numeric data types
Список pgsql-general

First of all thanks for your reply.This mean that this was a bug in the previous versions right? 
Secondly, I would love to connect with you as I am a college student and I want to be a contributor to open source software so can we connect on some platform? I really need someone to guide me 

Thanking you in advance, 
Priyank Rajvansh

On Sat, 15 Jul, 2023, 12:46 pm jian he, <jian.universality@gmail.com> wrote:
> Page: https://www.postgresql.org/docs/15/datatype-numeric.html

"docs/15" means this url pointer to pg version 15.

> practice=# create table t1(height numeric(3,5));
> ERROR:  NUMERIC scale 5 must be between 0 and precision 3
> LINE 1: create table t1(height numeric(3,5));
>  Please look into the matter and kindly revert back to me whatever you find
> out about this so that i can correct myself incase i misunderstood what the
> document says...

it works in pg15, not in pg14.
see my test: https://dbfiddle.uk/wgfjCx7j

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Rocky Linux 9 and postgres10
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_restore mostly idle on restoring a large number of tables