Thread

Commits

  1. doc: add float as an alias for double precision.

  1. 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.
    
  2. 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/
  3. 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