Is there a way to return "true"/"false" string for boolean type? - Mailing list pgsql-general

From ChoonSoo Park
Subject Is there a way to return "true"/"false" string for boolean type?
Date
Msg-id CACgbiFuGyYtt=nC7oc9vbzcpbhb2QR38xa=JDQNU1jnwTM9ZNw@mail.gmail.com
Whole thread Raw
Responses Re: Is there a way to return "true"/"false" string for boolean type?  (Szymon Guz <mabewlun@gmail.com>)
Re: Is there a way to return "true"/"false" string for boolean type?  (Joe Van Dyk <joe@tanga.com>)
List pgsql-general
Hello Gurus,

I have several tables with lots of boolean columns.
When I run select query for the tables, I always get 't' or 'f' for boolean types.

Is there a way to return 'true' or 'false' string for boolean type except using CASE WHEN ... clause?
I mean global postgres configuration setting to return 'true'/'false' instead of t/f.

Thank you,
Choon Park

pgsql-general by date:

Previous
From: "Anand Kumar, Karthik"
Date:
Subject: Re: Sudden slow down and spike in system CPU causes max_connections to get exhausted
Next
From: Szymon Guz
Date:
Subject: Re: Is there a way to return "true"/"false" string for boolean type?