|
PostgreSQL Source Code git master
|
Data Fields | |
| DestReceiver | pub |
| IntoClause * | into |
| Relation | rel |
| ObjectAddress | reladdr |
| CommandId | output_cid |
| int | ti_options |
| BulkInsertState | bistate |
Definition at line 51 of file createas.c.
| BulkInsertState DR_intorel::bistate |
Definition at line 60 of file createas.c.
Referenced by intorel_receive(), intorel_shutdown(), and intorel_startup().
| IntoClause* DR_intorel::into |
Definition at line 54 of file createas.c.
Referenced by CreateIntoRelDestReceiver(), intorel_receive(), intorel_shutdown(), and intorel_startup().
| CommandId DR_intorel::output_cid |
Definition at line 58 of file createas.c.
Referenced by intorel_receive(), and intorel_startup().
| DestReceiver DR_intorel::pub |
Definition at line 53 of file createas.c.
Referenced by CreateIntoRelDestReceiver().
| Relation DR_intorel::rel |
Definition at line 56 of file createas.c.
Referenced by intorel_receive(), intorel_shutdown(), and intorel_startup().
| ObjectAddress DR_intorel::reladdr |
Definition at line 57 of file createas.c.
Referenced by intorel_startup().
| int DR_intorel::ti_options |
Definition at line 59 of file createas.c.
Referenced by intorel_receive(), intorel_shutdown(), and intorel_startup().