Re: [GENERAL] setting display format of booleans in psql

2011-08-06 Thread Rob Sargent
Pavel Stehule wrote: Hello there is not any possibility to change boolean output format. Regards Pavel Stehule 2011/8/6 Henry House : 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 ? I find presentation of tru

Re: [GENERAL] setting display format of booleans in psql

2011-08-06 Thread Pavel Stehule
Hello there is not any possibility to change boolean output format. Regards Pavel Stehule 2011/8/6 Henry House : > 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 ? I > find presentation of true as 't' and false as '

[GENERAL] setting display format of booleans in psql

2011-08-06 Thread Henry House
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 ? 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'. No