PostgreSQL Source Code git master
|
Data Fields | |
Relation | rel |
int | natts |
int * | atts |
Definition at line 79 of file typecmds.c.
int* RelToCheck::atts |
Definition at line 83 of file typecmds.c.
Referenced by get_rels_with_domain(), validateDomainCheckConstraint(), and validateDomainNotNullConstraint().
int RelToCheck::natts |
Definition at line 82 of file typecmds.c.
Referenced by get_rels_with_domain(), validateDomainCheckConstraint(), and validateDomainNotNullConstraint().
Relation RelToCheck::rel |
Definition at line 81 of file typecmds.c.
Referenced by get_rels_with_domain(), validateDomainCheckConstraint(), and validateDomainNotNullConstraint().