Subject Re: See, this is why we need a native BOOLEAN type
Author david_schnepper
Even a proper BOOLEAN type doesn't prevent the confusion the cited
article was talking about.

CREATE DOMAIN inflamable BOOLEAN;

What does True mean? What does False mean?