MY_IND_SUBPARTITIONS
MY_IND_SUBPARTITIONS displays information about level-2 partitions of indexes (excluding global indexes of partitioned tables) owned by the current user. This view exists in both PG_CATALOG and SYS schemas.
| Name | Type | Description |
|---|---|---|
| index_owner | character varying(64) | Name of the owner of the partitioned table index to which an index partition belongs. |
| index_name | character varying(64) | Name of the partitioned table index to which the index partition belongs. |
| partition_name | character varying(64) | Name of the partition where an index is located |
| subpartition_name | character varying(64) | Name of the level-2 partition where an index is located. |
| def_tablespace_name | name | Tablespace name of an index partition. |
| high_value | text | Limit of the partition corresponding to an index partition. NOTE:
|
| index_partition_usable | Boolean | Specifies whether the index partition is available.
|
| schema | character varying(64) | Schema of the partitioned table index to which the index partition belongs. |
| high_value_length | integer | Character length of the limit of the partition corresponding to an index partition. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.