PostgreSQL Source Code  git master
PartitionSpec Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
PartitionStrategy strategy
 
ListpartParams
 
ParseLoc location
 

Detailed Description

Definition at line 882 of file parsenodes.h.

Field Documentation

◆ location

ParseLoc PartitionSpec::location

Definition at line 887 of file parsenodes.h.

Referenced by transformPartitionSpec().

◆ partParams

List* PartitionSpec::partParams

Definition at line 886 of file parsenodes.h.

Referenced by transformPartitionSpec().

◆ strategy

PartitionStrategy PartitionSpec::strategy

Definition at line 885 of file parsenodes.h.

Referenced by transformPartitionSpec().

◆ type

NodeTag PartitionSpec::type

Definition at line 884 of file parsenodes.h.


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