setting display format of booleans in psql

From: Henry House <hajhouse(at)houseag(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: setting display format of booleans in psql
Date: 2011-08-06 14:13:20
Message-ID: 20110806141320.GJ8732@houseag.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there a way to set the display format of boolean values in psql just
as one can set the display of nulls using \pset null <some string>? I
find presentation of true as 't' and false as 'f' rather poor since 't'
and 'f' do not look very different from each other. I'd like to instead
get 'TRUE' or 'FALSE'.

Nothing in the manual page for psql seems helpful.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nicklas Avén 2011-08-06 15:30:02 Re: FREE hosting platforms with PostgreSQL, Java SDK, Tomcat, ecc.?
Previous Message Fernando Pianegiani 2011-08-06 13:49:03 Re: FREE hosting platforms with PostgreSQL, Java SDK, Tomcat, ecc.?