Re: Show statistics target in \d+
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Magnus Hagander <magnus@hagander.net>
Cc: Robert Haas <robertmhaas@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2011-11-04T14:12:00Z
Lists: pgsql-hackers
* Magnus Hagander (magnus@hagander.net) wrote: > On Fri, Nov 4, 2011 at 15:06, Robert Haas <robertmhaas@gmail.com> wrote: > >> Comments/reivews? > > > > "Statistics" doesn't seem like a very clear name for the column header. > > Got any ideas for a better one? "Statistics Target" seemed too long to > me, and "Statstarget" not necessarily very user friendly? I don't think we need to kill ourselves over making it super user-friendly. If they don't know what it is/means, they can go read the docs. :) I agree w/ Robert that 'Statistics' is a bad name. I'd suggest 'stat_target'. Thanks, Stephen