PostgreSQL Source Code  git master
CookedConstraint Struct Reference

#include <heap.h>

Data Fields

ConstrType contype
 
Oid conoid
 
char * name
 
AttrNumber attnum
 
Nodeexpr
 
bool skip_validation
 
bool is_local
 
int inhcount
 
bool is_no_inherit
 

Detailed Description

Definition at line 35 of file heap.h.

Field Documentation

◆ attnum

◆ conoid

◆ contype

◆ expr

◆ inhcount

◆ is_local

◆ is_no_inherit

◆ name

◆ skip_validation


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