PostgreSQL Source Code  git master
CreateForeignTableStmt Struct Reference

#include <parsenodes.h>

Data Fields

CreateStmt base
 
char * servername
 
Listoptions
 

Detailed Description

Definition at line 2748 of file parsenodes.h.

Field Documentation

◆ base

CreateStmt CreateForeignTableStmt::base

Definition at line 2750 of file parsenodes.h.

Referenced by ImportForeignSchema(), and ProcessUtilitySlow().

◆ options

List* CreateForeignTableStmt::options

Definition at line 2752 of file parsenodes.h.

◆ servername

char* CreateForeignTableStmt::servername

Definition at line 2751 of file parsenodes.h.


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