On Fri, Nov 4, 2011 at 15:23, Tom Lane <[email protected]> wrote: > Magnus Hagander <[email protected]> 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.
It will, but in the cases where it doesn't, it'll be very useful and good to have thrown in your face. Would you find it better if we showed blank (NULL) when it was -1? -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
