Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

PgFdwModifyState Struct Reference

Data Fields

Relation rel
AttInMetadataattinmeta
PGconnconn
char * p_name
char * query
Listtarget_attrs
bool has_returning
Listretrieved_attrs
AttrNumber ctidAttno
int p_nums
FmgrInfop_flinfo
MemoryContext temp_cxt

Detailed Description

Definition at line 164 of file postgres_fdw.c.


Field Documentation

Definition at line 167 of file postgres_fdw.c.

Referenced by postgresBeginForeignModify(), and store_returning_result().

Definition at line 182 of file postgres_fdw.c.

Referenced by convert_prep_stmt_params(), and postgresBeginForeignModify().

Definition at line 166 of file postgres_fdw.c.

Referenced by postgresBeginForeignModify(), and store_returning_result().

Definition at line 177 of file postgres_fdw.c.

Referenced by postgresBeginForeignModify(), and store_returning_result().

Definition at line 175 of file postgres_fdw.c.

Referenced by convert_prep_stmt_params(), and postgresBeginForeignModify().


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