Re: CREATE STATISTICS documentation bug
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Robert Haas <robertmhaas@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-06-14T20:25:07Z
Lists: pgsql-hackers
On 2019-Jun-14, Tom Lane wrote: > Robert Haas <robertmhaas@gmail.com> writes: > > P.S. I think the fact that we print "psql: " before the ERROR here is > > useless clutter. We didn't do that in v11 and prior and I think we > > should kill it with fire. > > Agreed, particularly seeing that the error is not originating with > psql; it's just passing it on. +1 Proposal: each program declares at startup whether it wants the program name prefix or not. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
psql: Fix logging output format
- 3f3542621f13 13.0 landed
- d8ec5ebaea44 12.0 landed
-
Fix incorrect CREATE STATISTICS example in docs
- 7f44efa10b6e 12.0 landed