PostgreSQL Source Code  git master
RelToCheck Struct Reference

Data Fields

Relation rel
 
int natts
 
int * atts
 

Detailed Description

Definition at line 79 of file typecmds.c.

Field Documentation

◆ atts

int* RelToCheck::atts

Definition at line 83 of file typecmds.c.

Referenced by AlterDomainNotNull(), get_rels_with_domain(), and validateDomainConstraint().

◆ natts

int RelToCheck::natts

Definition at line 82 of file typecmds.c.

Referenced by AlterDomainNotNull(), get_rels_with_domain(), and validateDomainConstraint().

◆ rel

Relation RelToCheck::rel

Definition at line 81 of file typecmds.c.

Referenced by AlterDomainNotNull(), get_rels_with_domain(), and validateDomainConstraint().


The documentation for this struct was generated from the following file: