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

#include <parsenodes.h>

Data Fields

CreateStmt base
 
charservername
 
Listoptions
 

Detailed Description

Definition at line 3029 of file parsenodes.h.

Field Documentation

◆ base

CreateStmt CreateForeignTableStmt::base

Definition at line 3031 of file parsenodes.h.

Referenced by ProcessUtilitySlow().

◆ options

List* CreateForeignTableStmt::options

Definition at line 3033 of file parsenodes.h.

◆ servername

char* CreateForeignTableStmt::servername

Definition at line 3032 of file parsenodes.h.


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