|
PostgreSQL Source Code git master
|
Data Fields | |
| AttrNumber | local_attnum |
| char * | local_attname |
| char * | remote_attname |
| int | res_index |
Definition at line 325 of file postgres_fdw.c.
| char* RemoteAttributeMapping::local_attname |
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 |
Definition at line 329 of file postgres_fdw.c.
| int RemoteAttributeMapping::res_index |
Definition at line 330 of file postgres_fdw.c.