Thread
Commits
-
doc: add float as an alias for double precision.
- f9b09fe63cbc 13.22 landed
- fe966e886ce8 14.19 landed
- 186bc0dfdcb0 15.14 landed
- 3a3b1d7ab180 16.10 landed
- 13244ba10325 17.6 landed
- 31c09ef45636 18.0 landed
- 04b7ff3cd33c 19 (unreleased) landed
-
add alias FLOAT for double precision
The Post Office <noreply@postgresql.org> — 2025-08-07T10:35:46Z
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/17/datatype.html Description: In table 8.1 ( https://www.postgresql.org/docs/current/datatype.html#DATATYPE-TABLE ) the FLOAT alias isn't listed, I think it would make sense to include beside FLOAT8.
-
Re: add alias FLOAT for double precision
Euler Taveira <euler@eulerto.com> — 2025-08-07T13:57:04Z
On Thu, Aug 7, 2025, at 7:35 AM, PG Doc comments form wrote: > In table 8.1 ( > https://www.postgresql.org/docs/current/datatype.html#DATATYPE-TABLE ) the > FLOAT alias isn't listed, I think it would make sense to include beside > FLOAT8. Makes sense. -- Euler Taveira EDB https://www.enterprisedb.com/
-
Re: add alias FLOAT for double precision
Tom Lane <tgl@sss.pgh.pa.us> — 2025-08-07T22:06:01Z
"Euler Taveira" <euler@eulerto.com> writes: > On Thu, Aug 7, 2025, at 7:35 AM, PG Doc comments form wrote: >> In table 8.1 ( >> https://www.postgresql.org/docs/current/datatype.html#DATATYPE-TABLE ) the >> FLOAT alias isn't listed, I think it would make sense to include beside >> FLOAT8. > Makes sense. Agreed, pushed. regards, tom lane