PostgreSQL Source Code  git master
PartitionCmd Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarname
 
PartitionBoundSpecbound
 
bool concurrent
 

Detailed Description

Definition at line 945 of file parsenodes.h.

Field Documentation

◆ bound

PartitionBoundSpec* PartitionCmd::bound

◆ concurrent

bool PartitionCmd::concurrent

Definition at line 950 of file parsenodes.h.

◆ name

RangeVar* PartitionCmd::name

Definition at line 948 of file parsenodes.h.

Referenced by ATExecAttachPartition().

◆ type

NodeTag PartitionCmd::type

Definition at line 947 of file parsenodes.h.


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