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

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarname
 
PartitionBoundSpecbound
 

Detailed Description

Definition at line 986 of file parsenodes.h.

Field Documentation

◆ bound

PartitionBoundSpec* SinglePartitionSpec::bound

Definition at line 991 of file parsenodes.h.

◆ name

RangeVar* SinglePartitionSpec::name

Definition at line 990 of file parsenodes.h.

◆ type

NodeTag SinglePartitionSpec::type

Definition at line 988 of file parsenodes.h.


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