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

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * tablespacename
 
bool missing_ok
 

Detailed Description

Definition at line 2862 of file parsenodes.h.

Field Documentation

◆ missing_ok

bool DropTableSpaceStmt::missing_ok

Definition at line 2866 of file parsenodes.h.

◆ tablespacename

char* DropTableSpaceStmt::tablespacename

Definition at line 2865 of file parsenodes.h.

◆ type

NodeTag DropTableSpaceStmt::type

Definition at line 2864 of file parsenodes.h.


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