pg data type bool is the boolean ,but in the documents there is no description about " bool is equal to boolean”
В списке pgsql-docs по дате отправления:
| От | yanliang lei |
|---|---|
| Тема | pg data type bool is the boolean ,but in the documents there is no description about " bool is equal to boolean” |
| Дата | |
| Msg-id | 2e72e712.1b50.18886efce73.Coremail.msdnchina@163.com обсуждение |
| Ответы |
Re: pg data type bool is the boolean ,but in the documents there is no description about " bool is equal to boolean”
|
| Список | pgsql-docs |
postgres=# create table test_1(c1 bool,c2 int);
CREATE TABLE
postgres=# \d+ test_1;
Table "public.test_1"
Column | Type | Collation | Nullable | Default | Storage | Compression | Stats target | Description
--------+---------+-----------+----------+---------+---------+-------------+--------------+-------------
c1 | boolean | | | | plain | | |
c2 | integer | | | | plain | | |
Access method: heap
postgres=#
В списке pgsql-docs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера