7 decimal digits precision for real

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема 7 decimal digits precision for real
Дата
Msg-id 159614830974.681.17017141356953934189@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: 7 decimal digits precision for real
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/datatype-numeric.html
Description:

When  I try to run 
`insert into employees (r_id) values (3.919192199);`
where r_id is of type real, I see it stores as 3.9191923 and not 6. 
Am I understanding anything wrong ? isn't the range specified is 6 digits
precision?

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Table Partitioning
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: High Availability, Load Balancing, and Replication Feature Matrix