PostgreSQL Source Code git master
Loading...
Searching...
No Matches
CreateTableSpaceStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
chartablespacename
 
RoleSpecowner
 
charlocation
 
Listoptions
 

Detailed Description

Definition at line 2973 of file parsenodes.h.

Field Documentation

◆ location

char* CreateTableSpaceStmt::location

Definition at line 2978 of file parsenodes.h.

◆ options

List* CreateTableSpaceStmt::options

Definition at line 2979 of file parsenodes.h.

◆ owner

RoleSpec* CreateTableSpaceStmt::owner

Definition at line 2977 of file parsenodes.h.

◆ tablespacename

char* CreateTableSpaceStmt::tablespacename

Definition at line 2976 of file parsenodes.h.

◆ type

NodeTag CreateTableSpaceStmt::type

Definition at line 2975 of file parsenodes.h.


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