Boolean output representation.

From: Dmitriy Igrishin <dmitigr(at)gmail(dot)com>
To: postgres list <pgsql-sql(at)postgresql(dot)org>
Subject: Boolean output representation.
Date: 2010-08-26 11:56:38
Message-ID: AANLkTi=z0Uk7Y4GRKrx12QVPdacQejDg6jCX5jQS9_zc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hey all,

As is known, there are many valid literal values for the "true"
and "false" state of boolean data type.
True whether that output of boolean type shows only using
the letters 't' and 'f' or its possible to change the output representation,
e.g., to "true" or "false" ("1", "0")?

Regards,
Dmitriy

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Pavel Stehule 2010-08-26 14:07:07 Re: Boolean output representation.
Previous Message Bruce Momjian 2010-08-25 14:46:11 Re: using min|max in where