|
PostgreSQL Source Code git master
|
#include <reloptions.h>
Data Fields | |
| const char * | name |
| const char * | desc |
| bits32 | kinds |
| LOCKMODE | lockmode |
| int | namelen |
| relopt_type | type |
Definition at line 65 of file reloptions.h.
Definition at line 69 of file reloptions.h.
| bits32 relopt_gen::kinds |
Definition at line 70 of file reloptions.h.
| LOCKMODE relopt_gen::lockmode |
Definition at line 71 of file reloptions.h.
Referenced by AlterTableGetRelOptionsLockLevel(), and initialize_reloptions().
Definition at line 67 of file reloptions.h.
Referenced by build_local_reloptions(), and initialize_reloptions().
| int relopt_gen::namelen |
Definition at line 72 of file reloptions.h.
Referenced by AlterTableGetRelOptionsLockLevel(), initialize_reloptions(), and parseRelOptionsInternal().
| relopt_type relopt_gen::type |
Definition at line 73 of file reloptions.h.
Referenced by build_local_reloptions(), and initialize_reloptions().