PostgreSQL Source Code  git master
FileFdwOption Struct Reference

Data Fields

const char * optname
 
Oid optcontext
 

Detailed Description

Definition at line 47 of file file_fdw.c.

Field Documentation

◆ optcontext

Oid FileFdwOption::optcontext

Definition at line 50 of file file_fdw.c.

Referenced by file_fdw_validator(), and is_valid_option().

◆ optname

const char* FileFdwOption::optname

Definition at line 49 of file file_fdw.c.

Referenced by file_fdw_validator(), and is_valid_option().


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