PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PartitionCmd Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarname
 
PartitionBoundSpecbound
 
Listpartlist
 
bool concurrent
 

Detailed Description

Definition at line 985 of file parsenodes.h.

Field Documentation

◆ bound

PartitionBoundSpec* PartitionCmd::bound

Definition at line 993 of file parsenodes.h.

Referenced by ATExecAttachPartition(), and ATExecMergePartitions().

◆ concurrent

bool PartitionCmd::concurrent

Definition at line 1003 of file parsenodes.h.

◆ name

RangeVar* PartitionCmd::name

◆ partlist

List* PartitionCmd::partlist

Definition at line 1001 of file parsenodes.h.

Referenced by ATExecMergePartitions(), and ATExecSplitPartition().

◆ type

NodeTag PartitionCmd::type

Definition at line 987 of file parsenodes.h.


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