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

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * tablespacename
 
Listoptions
 
bool isReset
 

Detailed Description

Definition at line 2869 of file parsenodes.h.

Field Documentation

◆ isReset

bool AlterTableSpaceOptionsStmt::isReset

Definition at line 2874 of file parsenodes.h.

◆ options

List* AlterTableSpaceOptionsStmt::options

Definition at line 2873 of file parsenodes.h.

◆ tablespacename

char* AlterTableSpaceOptionsStmt::tablespacename

Definition at line 2872 of file parsenodes.h.

◆ type

NodeTag AlterTableSpaceOptionsStmt::type

Definition at line 2871 of file parsenodes.h.


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