Re: Catalog views failed to show partitioned table information.
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Cc: Suraj Kharage <suraj.kharage@enterprisedb.com>, pgsql-hackers@postgresql.org
Date: 2018-12-18T07:42:25Z
Lists: pgsql-hackers
On Mon, Dec 17, 2018 at 11:01:59AM +0900, Michael Paquier wrote: > On Mon, Dec 17, 2018 at 10:22:28AM +0900, Amit Langote wrote: >> On 2018/12/15 8:00, Michael Paquier wrote: >>> I tend to agree with your comment here. pg_tables lists partitioned >>> tables, but pg_indexes is forgotting about partitioned indexes. So this >>> is a good thing to add. >> >> +1 > > I'll go commit something close to what Suraj is proposing if there are > no objections from others. At least we agree on that part ;) And this part is done. -- Michael
Commits
-
Include partitioned indexes to system view pg_indexes
- f94cec64476f 12.0 landed