PostgreSQL Source Code  git master
CreateForeignTableStmt Struct Reference

#include <parsenodes.h>

Data Fields

CreateStmt base
 
char * servername
 
Listoptions
 

Detailed Description

Definition at line 2900 of file parsenodes.h.

Field Documentation

◆ base

CreateStmt CreateForeignTableStmt::base

Definition at line 2902 of file parsenodes.h.

Referenced by ImportForeignSchema(), and ProcessUtilitySlow().

◆ options

List* CreateForeignTableStmt::options

Definition at line 2904 of file parsenodes.h.

◆ servername

char* CreateForeignTableStmt::servername

Definition at line 2903 of file parsenodes.h.


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