Re: Show statistics target in \d+
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Magnus Hagander <magnus@hagander.net>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2011-11-04T14:23:04Z
Lists: pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes: > The attached patch adds a column for statistics target when viewing > tables in psql using \d+. > Comments/reivews? Isn't this going to show -1 most of the time? Seems rather useless, not to mention confusing to people who don't know what that means. regards, tom lane