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 910 of file parsenodes.h.

Field Documentation

◆ location

ParseLoc PartitionSpec::location

Definition at line 915 of file parsenodes.h.

Referenced by transformPartitionSpec().

◆ partParams

List* PartitionSpec::partParams

Definition at line 914 of file parsenodes.h.

Referenced by transformPartitionSpec().

◆ strategy

PartitionStrategy PartitionSpec::strategy

Definition at line 913 of file parsenodes.h.

Referenced by transformPartitionSpec().

◆ type

NodeTag PartitionSpec::type

Definition at line 912 of file parsenodes.h.


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