Re: CREATE STATISTICS documentation bug
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-06-14T19:26:01Z
Lists: pgsql-hackers
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. regards, tom lane
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