@@ -4615,7 +4615,7 @@ create index testpart_orange_index on testpart_orange(logdate);
46154615-- only partition related object should be displayed
46164616\dP test*apple*
46174617 List of partitioned relations
4618- Schema | Name | Owner | Type | Parent name | On table
4618+ Schema | Name | Owner | Type | Parent name | Table
46194619----------+----------------------+-----------------------+-------------------+-------------+----------------
46204620 testpart | testpart_apple | testrole_partitioning | partitioned table | |
46214621 testpart | testpart_apple_index | testrole_partitioning | partitioned index | | testpart_apple
@@ -4630,7 +4630,7 @@ create index testpart_orange_index on testpart_orange(logdate);
46304630
46314631\dPi test*apple*
46324632 List of partitioned indexes
4633- Schema | Name | Owner | Parent name | On table
4633+ Schema | Name | Owner | Parent name | Table
46344634----------+----------------------+-----------------------+-------------+----------------
46354635 testpart | testpart_apple_index | testrole_partitioning | | testpart_apple
46364636(1 row)
@@ -4665,14 +4665,14 @@ insert into parent_tab values (generate_series(30,39));
46654665
46664666\dPi
46674667 List of partitioned indexes
4668- Schema | Name | Owner | On table
4668+ Schema | Name | Owner | Table
46694669----------+--------------+-----------------------+------------
46704670 testpart | parent_index | testrole_partitioning | parent_tab
46714671(1 row)
46724672
46734673\dP testpart.*
46744674 List of partitioned relations
4675- Schema | Name | Owner | Type | Parent name | On table
4675+ Schema | Name | Owner | Type | Parent name | Table
46764676----------+--------------------+-----------------------+-------------------+--------------+-------------
46774677 testpart | parent_tab | testrole_partitioning | partitioned table | |
46784678 testpart | child_30_40 | testrole_partitioning | partitioned table | parent_tab |
@@ -4682,7 +4682,7 @@ insert into parent_tab values (generate_series(30,39));
46824682
46834683\dP
46844684 List of partitioned relations
4685- Schema | Name | Owner | Type | On table
4685+ Schema | Name | Owner | Type | Table
46864686----------+--------------+-----------------------+-------------------+------------
46874687 testpart | parent_tab | testrole_partitioning | partitioned table |
46884688 testpart | parent_index | testrole_partitioning | partitioned index | parent_tab
@@ -4698,15 +4698,15 @@ insert into parent_tab values (generate_series(30,39));
46984698
46994699\dPin
47004700 List of partitioned indexes
4701- Schema | Name | Owner | Parent name | On table
4701+ Schema | Name | Owner | Parent name | Table
47024702----------+--------------------+-----------------------+--------------+-------------
47034703 testpart | parent_index | testrole_partitioning | | parent_tab
47044704 testpart | child_30_40_id_idx | testrole_partitioning | parent_index | child_30_40
47054705(2 rows)
47064706
47074707\dPn
47084708 List of partitioned relations
4709- Schema | Name | Owner | Type | Parent name | On table
4709+ Schema | Name | Owner | Type | Parent name | Table
47104710----------+--------------------+-----------------------+-------------------+--------------+-------------
47114711 testpart | parent_tab | testrole_partitioning | partitioned table | |
47124712 testpart | child_30_40 | testrole_partitioning | partitioned table | parent_tab |
@@ -4716,7 +4716,7 @@ insert into parent_tab values (generate_series(30,39));
47164716
47174717\dPn testpart.*
47184718 List of partitioned relations
4719- Schema | Name | Owner | Type | Parent name | On table
4719+ Schema | Name | Owner | Type | Parent name | Table
47204720----------+--------------------+-----------------------+-------------------+--------------+-------------
47214721 testpart | parent_tab | testrole_partitioning | partitioned table | |
47224722 testpart | child_30_40 | testrole_partitioning | partitioned table | parent_tab |
0 commit comments