@@ -4615,7 +4615,7 @@ create index testpart_orange_index on testpart_orange(logdate);
4615
4615
-- only partition related object should be displayed
4616
4616
\dP test*apple*
4617
4617
List of partitioned relations
4618
- Schema | Name | Owner | Type | Parent name | On table
4618
+ Schema | Name | Owner | Type | Parent name | Table
4619
4619
----------+----------------------+-----------------------+-------------------+-------------+----------------
4620
4620
testpart | testpart_apple | testrole_partitioning | partitioned table | |
4621
4621
testpart | testpart_apple_index | testrole_partitioning | partitioned index | | testpart_apple
@@ -4630,7 +4630,7 @@ create index testpart_orange_index on testpart_orange(logdate);
4630
4630
4631
4631
\dPi test*apple*
4632
4632
List of partitioned indexes
4633
- Schema | Name | Owner | Parent name | On table
4633
+ Schema | Name | Owner | Parent name | Table
4634
4634
----------+----------------------+-----------------------+-------------+----------------
4635
4635
testpart | testpart_apple_index | testrole_partitioning | | testpart_apple
4636
4636
(1 row)
@@ -4665,14 +4665,14 @@ insert into parent_tab values (generate_series(30,39));
4665
4665
4666
4666
\dPi
4667
4667
List of partitioned indexes
4668
- Schema | Name | Owner | On table
4668
+ Schema | Name | Owner | Table
4669
4669
----------+--------------+-----------------------+------------
4670
4670
testpart | parent_index | testrole_partitioning | parent_tab
4671
4671
(1 row)
4672
4672
4673
4673
\dP testpart.*
4674
4674
List of partitioned relations
4675
- Schema | Name | Owner | Type | Parent name | On table
4675
+ Schema | Name | Owner | Type | Parent name | Table
4676
4676
----------+--------------------+-----------------------+-------------------+--------------+-------------
4677
4677
testpart | parent_tab | testrole_partitioning | partitioned table | |
4678
4678
testpart | child_30_40 | testrole_partitioning | partitioned table | parent_tab |
@@ -4682,7 +4682,7 @@ insert into parent_tab values (generate_series(30,39));
4682
4682
4683
4683
\dP
4684
4684
List of partitioned relations
4685
- Schema | Name | Owner | Type | On table
4685
+ Schema | Name | Owner | Type | Table
4686
4686
----------+--------------+-----------------------+-------------------+------------
4687
4687
testpart | parent_tab | testrole_partitioning | partitioned table |
4688
4688
testpart | parent_index | testrole_partitioning | partitioned index | parent_tab
@@ -4698,15 +4698,15 @@ insert into parent_tab values (generate_series(30,39));
4698
4698
4699
4699
\dPin
4700
4700
List of partitioned indexes
4701
- Schema | Name | Owner | Parent name | On table
4701
+ Schema | Name | Owner | Parent name | Table
4702
4702
----------+--------------------+-----------------------+--------------+-------------
4703
4703
testpart | parent_index | testrole_partitioning | | parent_tab
4704
4704
testpart | child_30_40_id_idx | testrole_partitioning | parent_index | child_30_40
4705
4705
(2 rows)
4706
4706
4707
4707
\dPn
4708
4708
List of partitioned relations
4709
- Schema | Name | Owner | Type | Parent name | On table
4709
+ Schema | Name | Owner | Type | Parent name | Table
4710
4710
----------+--------------------+-----------------------+-------------------+--------------+-------------
4711
4711
testpart | parent_tab | testrole_partitioning | partitioned table | |
4712
4712
testpart | child_30_40 | testrole_partitioning | partitioned table | parent_tab |
@@ -4716,7 +4716,7 @@ insert into parent_tab values (generate_series(30,39));
4716
4716
4717
4717
\dPn testpart.*
4718
4718
List of partitioned relations
4719
- Schema | Name | Owner | Type | Parent name | On table
4719
+ Schema | Name | Owner | Type | Parent name | Table
4720
4720
----------+--------------------+-----------------------+-------------------+--------------+-------------
4721
4721
testpart | parent_tab | testrole_partitioning | partitioned table | |
4722
4722
testpart | child_30_40 | testrole_partitioning | partitioned table | parent_tab |
0 commit comments