PostgreSQL Source Code  git master
CreateTableSpaceStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * tablespacename
 
RoleSpecowner
 
char * location
 
Listoptions
 

Detailed Description

Definition at line 2791 of file parsenodes.h.

Field Documentation

◆ location

char* CreateTableSpaceStmt::location

Definition at line 2796 of file parsenodes.h.

◆ options

List* CreateTableSpaceStmt::options

Definition at line 2797 of file parsenodes.h.

◆ owner

RoleSpec* CreateTableSpaceStmt::owner

Definition at line 2795 of file parsenodes.h.

◆ tablespacename

char* CreateTableSpaceStmt::tablespacename

Definition at line 2794 of file parsenodes.h.

◆ type

NodeTag CreateTableSpaceStmt::type

Definition at line 2793 of file parsenodes.h.


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