PostgreSQL Source Code  git master
CreateForeignTableStmt Struct Reference

#include <parsenodes.h>

Data Fields

CreateStmt base
 
char * servername
 
Listoptions
 

Detailed Description

Definition at line 2906 of file parsenodes.h.

Field Documentation

◆ base

CreateStmt CreateForeignTableStmt::base

Definition at line 2908 of file parsenodes.h.

Referenced by ImportForeignSchema(), and ProcessUtilitySlow().

◆ options

List* CreateForeignTableStmt::options

Definition at line 2910 of file parsenodes.h.

◆ servername

char* CreateForeignTableStmt::servername

Definition at line 2909 of file parsenodes.h.


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