PostgreSQL Source Code  git master
PartitionSpec Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
PartitionStrategy strategy
 
ListpartParams
 
int location
 

Detailed Description

Definition at line 877 of file parsenodes.h.

Field Documentation

◆ location

int PartitionSpec::location

Definition at line 882 of file parsenodes.h.

Referenced by transformPartitionSpec().

◆ partParams

List* PartitionSpec::partParams

Definition at line 881 of file parsenodes.h.

Referenced by transformPartitionSpec().

◆ strategy

PartitionStrategy PartitionSpec::strategy

Definition at line 880 of file parsenodes.h.

Referenced by transformPartitionSpec().

◆ type

NodeTag PartitionSpec::type

Definition at line 879 of file parsenodes.h.


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