Re: Add \pset options for boolean value display - Mailing list pgsql-hackers

From Daniel Verite
Subject Re: Add \pset options for boolean value display
Date
Msg-id a4d9aae6-a30a-42c3-92fd-1dbb00fc6dd4@manitou-mail.org
Whole thread Raw
In response to Add \pset options for boolean value display  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: Add \pset options for boolean value display
List pgsql-hackers
    David G. Johnston wrote:

> > It's \pset null for boolean values
> >
>
> v1, Ready aside from bike-shedding the name.

An annoying weakness of this approach is that it cannot detect
booleans inside arrays or composite types or COPY output,
meaning that the translation of t/f is incomplete.

Also it reminds of a previous discussion (see [1]) where pretty much
the same idea was proposed (and eventually rejected at the time).


[1] https://postgr.es/m/56308F56.8060908%40joh.to


Best regards,
--
Daniel Vérité
https://postgresql.verite.pro/



pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: [PATCH] Correct src/backend/lib/README
Next
From: Alexander Pyhalov
Date:
Subject: Re: SCRAM pass-through authentication for postgres_fdw