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

Field Documentation

◆ location

int PartitionSpec::location

Definition at line 874 of file parsenodes.h.

Referenced by transformPartitionSpec().

◆ partParams

List* PartitionSpec::partParams

Definition at line 873 of file parsenodes.h.

Referenced by transformPartitionSpec().

◆ strategy

PartitionStrategy PartitionSpec::strategy

Definition at line 872 of file parsenodes.h.

Referenced by transformPartitionSpec().

◆ type

NodeTag PartitionSpec::type

Definition at line 871 of file parsenodes.h.


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