Re: pg data type bool is the boolean ,but in the documents there is no description about " bool is equal to boolean”

From: Erik Wienhold <ewie(at)ewie(dot)name>
To: yanliang lei <msdnchina(at)163(dot)com>, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: pg data type bool is the boolean ,but in the documents there is no description about " bool is equal to boolean”
Date: 2023-06-04 15:38:18
Message-ID: 230478319.867273.1685893098348@office.mailbox.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

> On 04/06/2023 17:04 CEST yanliang lei <msdnchina(at)163(dot)com> wrote:
>
> bool datatype is equal to boolean datatyp, but the documents
> (https://www.postgresql.org/docs/15/datatype-boolean.html) there is no
> description about " bool dataype is equal to boolean datatype ”

The type aliases are listed in table 8.1:
https://www.postgresql.org/docs/15/datatype.html#DATATYPE-TABLE

--
Erik

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Daniel Westermann (DWE) 2023-06-05 08:26:07 PostgreSQL 16 release notes: could cloud
Previous Message yanliang lei 2023-06-04 15:04:02 pg data type bool is the boolean ,but in the documents there is no description about " bool is equal to boolean”