PostgreSQL Source Code git master
Loading...
Searching...
No Matches
RemoteAttributeMapping Struct Reference

Data Fields

AttrNumber local_attnum
 
char local_attname [NAMEDATALEN]
 
char remote_attname [NAMEDATALEN]
 
int res_index
 

Detailed Description

Definition at line 325 of file postgres_fdw.c.

Field Documentation

◆ local_attname

char RemoteAttributeMapping::local_attname[NAMEDATALEN]

Definition at line 328 of file postgres_fdw.c.

◆ local_attnum

AttrNumber RemoteAttributeMapping::local_attnum

Definition at line 327 of file postgres_fdw.c.

◆ remote_attname

char RemoteAttributeMapping::remote_attname[NAMEDATALEN]

Definition at line 329 of file postgres_fdw.c.

◆ res_index

int RemoteAttributeMapping::res_index

Definition at line 330 of file postgres_fdw.c.


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