Inconsistent behavior with unnamed columns - Mailing list pgsql-general

From Moshe Jacobson
Subject Inconsistent behavior with unnamed columns
Date
Msg-id CAJ4CxL=8mK7ttgqBcr1yGHGCY3c8Bghj5jvPag-RHr6afCUOtg@mail.gmail.com
Whole thread Raw
Responses Re: Inconsistent behavior with unnamed columns  (Adrian Klaver <adrian.klaver@gmail.com>)
Re: Inconsistent behavior with unnamed columns  (David Johnston <polobo@yahoo.com>)
List pgsql-general

Why does bool get special treatment?

postgres# select 'abc', 1, false;?column? | ?column? | bool
----------+----------+------abc      |        1 | f
(1 row)

Moshe Jacobson
Nead Werx, Inc. | Manager of Systems Engineering
2323 Cumberland Parkway, Suite 201 | Atlanta, GA 30339
moshe@neadwerx.com | www.neadwerx.com

“Quality is not an act, it is a habit.” — Aristotle

pgsql-general by date:

Previous
From: Ryan Kelly
Date:
Subject: Re: psql swallowed my "BEGIN;" on reset... user beware?
Next
From: Adrian Klaver
Date:
Subject: Re: Inconsistent behavior with unnamed columns