|
PostgreSQL Source Code git master
|
#include <reloptions.h>
Data Fields | |
| const char * | optname |
| relopt_type | opttype |
| int | offset |
Definition at line 158 of file reloptions.h.
| int relopt_parse_elt::offset |
Definition at line 162 of file reloptions.h.
Referenced by _PG_init(), build_local_reloptions(), create_reloptions_table(), and fillRelOptions().
Definition at line 160 of file reloptions.h.
Referenced by _PG_init(), build_local_reloptions(), create_reloptions_table(), and fillRelOptions().
| relopt_type relopt_parse_elt::opttype |
Definition at line 161 of file reloptions.h.
Referenced by _PG_init(), build_local_reloptions(), and create_reloptions_table().