PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PartitionCmd Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarname
 
PartitionBoundSpecbound
 
bool concurrent
 

Detailed Description

Definition at line 954 of file parsenodes.h.

Field Documentation

◆ bound

PartitionBoundSpec* PartitionCmd::bound

◆ concurrent

bool PartitionCmd::concurrent

Definition at line 959 of file parsenodes.h.

◆ name

RangeVar* PartitionCmd::name

Definition at line 957 of file parsenodes.h.

Referenced by ATExecAttachPartition().

◆ type

NodeTag PartitionCmd::type

Definition at line 956 of file parsenodes.h.


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