Updated on 2024-06-03 GMT+08:00

ADM_SUBPART_KEY_COLUMNS

ADM_SUBPART_KEY_COLUMNS displays information about the partition key columns of level-2 partitioned tables or partitioned indexes in the database. By default, only the system administrator can access this view. Common users can access the view only after being authorized. This view exists in the PG_CATALOG and SYS schemas. The distributed system does not support level-2 partitioned tables. All columns in this view are set to NULL.

Table 1 ADM_SUBPART_KEY_COLUMNS columns

Name

Type

Description

owner

character varying(128)

Not supported. The value is NULL.

name

character varying(128)

Not supported. The value is NULL.

object_type

character varying(128)

Not supported. The value is NULL.

column_name

character varying(4000)

Not supported. The value is NULL.

column_position

numeric

Not supported. The value is NULL.

collated_column_id

numeric

Not supported. The value is NULL.