Re: PostgreSQL domains and NOT NULL constraint - Mailing list pgsql-hackers

From Vik Fearing
Subject Re: PostgreSQL domains and NOT NULL constraint
Date
Msg-id f15c2295-18de-41d5-baca-50e371769ed5@postgresfriends.org
Whole thread Raw
In response to Re: PostgreSQL domains and NOT NULL constraint  (Isaac Morland <isaac.morland@gmail.com>)
List pgsql-hackers
On 10/23/23 20:36, Isaac Morland wrote:
> Also, where it says "Expressions evaluating to TRUE or UNKNOWN succeed": 
> Do we really mean "Expressions evaluating to TRUE or NULL succeed"?

No, UNKNOWN is the correct nomenclature for booleans.
-- 
Vik Fearing




pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: Why is hot_standby_feedback off by default?
Next
From: Tom Lane
Date:
Subject: Re: Add trailing commas to enum definitions