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 AlterDomainNotNull(), get_rels_with_domain(), and validateDomainConstraint().
int RelToCheck::natts |
Definition at line 82 of file typecmds.c.
Referenced by AlterDomainNotNull(), get_rels_with_domain(), and validateDomainConstraint().
Relation RelToCheck::rel |
Definition at line 81 of file typecmds.c.
Referenced by AlterDomainNotNull(), get_rels_with_domain(), and validateDomainConstraint().