PostgreSQL Source Code  git master
PgFdwOption Struct Reference

Data Fields

const char * keyword
 
Oid optcontext
 
bool is_libpq_opt
 

Detailed Description

Definition at line 30 of file option.c.

Field Documentation

◆ is_libpq_opt

bool PgFdwOption::is_libpq_opt

Definition at line 34 of file option.c.

Referenced by InitPgFdwOptions(), and is_libpq_option().

◆ keyword

const char* PgFdwOption::keyword

◆ optcontext

Oid PgFdwOption::optcontext

Definition at line 33 of file option.c.

Referenced by InitPgFdwOptions(), is_valid_option(), and postgres_fdw_validator().


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