Re: make \d pg_toast.foo show its indices ; and, \d toast show its main table ; and \d relkind=I show its partitions

Fabien COELHO <coelho@cri.ensmp.fr>

From: Fabien COELHO <coelho@cri.ensmp.fr>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Justin Pryzby <pryzby@telsasoft.com>, Rafia Sabih <rafia.pghackers@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2019-07-23T22:06:58Z
Lists: pgsql-hackers
> Pushed with minor fiddling with the toast-table code, and rather
> more significant hacking on the partitioned-index code.  Notably,
> 0003 had broken output of Tablespace: footers for everything except
> indexes.

Argh, sorry for the review miss.

> It's possibly not Justin's fault that that wasn't noticed,
> because we had no regression tests covering it :-(.  We do now.

Thanks.

-- 
Fabien.



Commits

  1. Improve psql's \d output for partitioned indexes.

  2. Improve psql's \d output for TOAST tables.