|
PostgreSQL Source Code git master
|
Data Fields | |
| AttrNumber | local_attnum |
| char | local_attname [NAMEDATALEN] |
| char | remote_attname [NAMEDATALEN] |
| int | res_index |
Definition at line 325 of file postgres_fdw.c.
| char RemoteAttributeMapping::local_attname[NAMEDATALEN] |
Definition at line 328 of file postgres_fdw.c.
| AttrNumber RemoteAttributeMapping::local_attnum |
Definition at line 327 of file postgres_fdw.c.
| char RemoteAttributeMapping::remote_attname[NAMEDATALEN] |
Definition at line 329 of file postgres_fdw.c.
| int RemoteAttributeMapping::res_index |
Definition at line 330 of file postgres_fdw.c.