| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Cc: | Marko Tiikkaja <marko(at)joh(dot)to>, Daniel Verite <daniel(at)manitou-mail(dot)org>, PostgreSQL hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: psql: add \pset true/false |
| Date: | 2015-11-12 21:09:40 |
| Message-ID: | 20643.1447362580@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Peter Eisentraut <peter_e(at)gmx(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2015-11-12 21:17:10 | Re: BUG #13741: vacuumdb does not accept valid password |
| Previous Message | Alvaro Herrera | 2015-11-12 21:08:50 | Re: BUG #13741: vacuumdb does not accept valid password |