PostgreSQL Source Code: AlterTSConfigurationStmt Struct Reference (original) (raw)
#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
NodeTag | type |
AlterTSConfigType | kind |
List * | cfgname |
List * | tokentype |
List * | dicts |
bool | override |
bool | replace |
bool | missing_ok |
Definition at line 4210 of file parsenodes.h.
◆ cfgname
List* AlterTSConfigurationStmt::cfgname
◆ dicts
List* AlterTSConfigurationStmt::dicts
◆ kind
◆ missing_ok
bool AlterTSConfigurationStmt::missing_ok
◆ override
bool AlterTSConfigurationStmt::override
◆ replace
bool AlterTSConfigurationStmt::replace
◆ tokentype
List* AlterTSConfigurationStmt::tokentype
◆ type
NodeTag AlterTSConfigurationStmt::type
The documentation for this struct was generated from the following file:
- src/include/nodes/parsenodes.h