PostgreSQL
51.36. pg_partitioned_table
The catalog pg_partitioned_table
stores information about how tables are partitioned.
Table 51.36. pg_partitioned_table
Columns
Name | Type | References | Description |
---|---|---|---|
|
|
|
The OID of the |
|
|
Partitioning strategy; |
|
|
|
The number of columns in partition key |
|
|
|
|
The OID of the |
|
|
|
This is an array of |
|
|
|
For each column in the partition key, this contains the OID of the operator class to use. See |
|
|
|
For each column in the partition key, this contains the OID of the collation to use for partitioning, or zero if the column is not of a collatable data type. |
|
|
Expression trees (in |
+
Prev | Up | Next |
---|---|---|
51.35. |
51.37. |
Submit correction
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.
Copyright © 1996-2023 The PostgreSQL Global Development Group