Re: make \d pg_toast.foo show its indices - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: make \d pg_toast.foo show its indices
Date
Msg-id 20190507204809.GM6197@tamriel.snowman.net
Whole thread Raw
In response to Re: make \d pg_toast.foo show its indices  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: make \d pg_toast.foo show its indices  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Greetings,

* Robert Haas (robertmhaas@gmail.com) wrote:
> On Tue, May 7, 2019 at 11:30 AM Stephen Frost <sfrost@snowman.net> wrote:
> > > Not unless you want to break every regression test that uses \d.
> > > Instability of the output is also a reason not to show the
> > > toast table's name in the parent's \d[+].
> >
> > So we need a way to turn it off.  That doesn't seem like it'd be hard to
> > implement and the information is certainly quite useful.
>
> Ugh.  It's not really worth it if we have to go to such lengths.

I don't think I agree..  We've gone to pretty great lengths to have
things that can be turned on and off for explain because they're useful
to have but not something that's predictible in the regression tests.
This doesn't strike me as all that different (indeed, if anything it
seems like it should be less of an issue since it's entirely client
side...).

Having our test framework deny us useful features just strikes me as
bizarre.

Thanks,

Stephen

Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Naming of pg_checksums
Next
From: Tom Lane
Date:
Subject: Re: Inconsistent error message wording for REINDEX CONCURRENTLY