|
PostgreSQL Source Code git master
|
#include <rel.h>
Public Member Functions | |
| pg_node_attr (no_equal, no_read, no_query_jumble) NodeTag type | |
| AttrNumber conkey[INDEX_MAX_KEYS] | pg_node_attr (array_size(nkeys)) |
| AttrNumber confkey[INDEX_MAX_KEYS] | pg_node_attr (array_size(nkeys)) |
| Oid conpfeqop[INDEX_MAX_KEYS] | pg_node_attr (array_size(nkeys)) |
Data Fields | |
| Oid | conoid |
| Oid | conrelid |
| Oid | confrelid |
| int | nkeys |
| bool | conenforced |
| AttrNumber conkey[INDEX_MAX_KEYS] ForeignKeyCacheInfo::pg_node_attr | ( | array_size(nkeys) | ) |
| AttrNumber confkey[INDEX_MAX_KEYS] ForeignKeyCacheInfo::pg_node_attr | ( | array_size(nkeys) | ) |
| Oid conpfeqop[INDEX_MAX_KEYS] ForeignKeyCacheInfo::pg_node_attr | ( | array_size(nkeys) | ) |
| ForeignKeyCacheInfo::pg_node_attr | ( | no_equal | , |
| no_read | , | ||
| no_query_jumble | |||
| ) |
| bool ForeignKeyCacheInfo::conenforced |
Definition at line 288 of file rel.h.
Referenced by DetachPartitionFinalize(), get_relation_foreign_keys(), and RelationGetFKeyList().
| Oid ForeignKeyCacheInfo::confrelid |
Definition at line 283 of file rel.h.
Referenced by CloneFkReferencing(), DetachPartitionFinalize(), get_relation_foreign_keys(), RelationGetFKeyList(), and tryAttachPartitionForeignKey().
| Oid ForeignKeyCacheInfo::conoid |
Definition at line 279 of file rel.h.
Referenced by CloneFkReferencing(), DetachPartitionFinalize(), RelationGetFKeyList(), and tryAttachPartitionForeignKey().
| Oid ForeignKeyCacheInfo::conrelid |
Definition at line 281 of file rel.h.
Referenced by DetachPartitionFinalize(), get_relation_foreign_keys(), and RelationGetFKeyList().
| int ForeignKeyCacheInfo::nkeys |
Definition at line 285 of file rel.h.
Referenced by get_relation_foreign_keys(), RelationGetFKeyList(), and tryAttachPartitionForeignKey().