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

#include <parsenodes.h>

Data Fields

NodeTag type
 
PartitionStrategy strategy
 
ListpartParams
 
ParseLoc location
 

Detailed Description

Definition at line 893 of file parsenodes.h.

Field Documentation

◆ location

ParseLoc PartitionSpec::location

Definition at line 898 of file parsenodes.h.

Referenced by transformPartitionSpec().

◆ partParams

List* PartitionSpec::partParams

Definition at line 897 of file parsenodes.h.

Referenced by transformPartitionSpec().

◆ strategy

PartitionStrategy PartitionSpec::strategy

Definition at line 896 of file parsenodes.h.

Referenced by transformPartitionSpec().

◆ type

NodeTag PartitionSpec::type

Definition at line 895 of file parsenodes.h.


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