|
PostgreSQL Source Code git master
|


Go to the source code of this file.
Functions | |
| BEGIN_CATALOG_STRUCT | CATALOG (pg_partitioned_table, 3350, PartitionedRelationId) |
| DECLARE_TOAST (pg_partitioned_table, 4165, 4166) | |
| DECLARE_UNIQUE_INDEX_PKEY (pg_partitioned_table_partrelid_index, 3351, PartitionedRelidIndexId, pg_partitioned_table, btree(partrelid oid_ops)) | |
| MAKE_SYSCACHE (PARTRELID, pg_partitioned_table_partrelid_index, 32) | |
| DECLARE_ARRAY_FOREIGN_KEY_OPT ((partrelid, partattrs), pg_attribute,(attrelid, attnum)) | |
Variables | |
| END_CATALOG_STRUCT typedef FormData_pg_partitioned_table * | Form_pg_partitioned_table |
| FormData_pg_partitioned_table | |
| BEGIN_CATALOG_STRUCT CATALOG | ( | pg_partitioned_table | , |
| 3350 | , | ||
| PartitionedRelationId | |||
| ) |
Definition at line 32 of file pg_partitioned_table.h.
References BKI_FORCE_NOT_NULL, BKI_LOOKUP, BKI_LOOKUP_OPT, and fb().
| DECLARE_ARRAY_FOREIGN_KEY_OPT | ( | (partrelid, partattrs) | , |
| pg_attribute | , | ||
| (attrelid, attnum) | |||
| ) |
| DECLARE_TOAST | ( | pg_partitioned_table | , |
| 4165 | , | ||
| 4166 | |||
| ) |
| DECLARE_UNIQUE_INDEX_PKEY | ( | pg_partitioned_table_partrelid_index | , |
| 3351 | , | ||
| PartitionedRelidIndexId | , | ||
| pg_partitioned_table | , | ||
| btree(partrelid oid_ops) | |||
| ) |
| MAKE_SYSCACHE | ( | PARTRELID | , |
| pg_partitioned_table_partrelid_index | , | ||
| 32 | |||
| ) |
| END_CATALOG_STRUCT typedef FormData_pg_partitioned_table* Form_pg_partitioned_table |
Definition at line 69 of file pg_partitioned_table.h.
Referenced by get_default_partition_oid(), pg_get_partkeydef_worker(), RelationBuildPartitionKey(), and update_default_partition_oid().
| FormData_pg_partitioned_table |
Definition at line 60 of file pg_partitioned_table.h.