Re: psql: add \pset true/false
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: Marko Tiikkaja <marko@joh.to>, Daniel Verite <daniel@manitou-mail.org>,
PostgreSQL hackers <pgsql-hackers@postgresql.org>
Date: 2015-11-12T21:09:40Z
Lists: pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes: > Plus we already have \pset numericlocale as a similar feature in psql. But \pset numericlocale is also a crock. It doesn't affect COPY output for instance, and its ability to identify which data types it should apply to is really shaky. And it's virtually unused, as demonstrated by the fact that serious bugs in it went undetected for many years (cf 4778a0bda, 77130fc14). That's a really poor advertisement for the usefulness of the proposed feature. regards, tom lane
Commits
-
Add \pset options for boolean value display
- 645cb44c5490 19 (unreleased) landed