|
PostgreSQL Source Code git master
|
Data Fields | |
| const char * | name |
| const uint8 | namelen |
| const bool | event_trigger_ok |
| const bool | table_rewrite_ok |
| const bool | display_rowcount |
| const bool CommandTagBehavior::display_rowcount |
Definition at line 26 of file cmdtag.c.
Referenced by command_tag_display_rowcount().
| const bool CommandTagBehavior::event_trigger_ok |
Definition at line 24 of file cmdtag.c.
Referenced by command_tag_event_trigger_ok().
| const char* CommandTagBehavior::name |
Definition at line 22 of file cmdtag.c.
Referenced by GetCommandTagEnum(), GetCommandTagName(), and GetCommandTagNameAndLen().
| const bool CommandTagBehavior::table_rewrite_ok |
Definition at line 25 of file cmdtag.c.
Referenced by command_tag_table_rewrite_ok().