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

  1. psql: Fix logging output format

  2. Fix incorrect CREATE STATISTICS example in docs