PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | dictname |
List * | options |
Definition at line 3771 of file parsenodes.h.
List* AlterTSDictionaryStmt::dictname |
Definition at line 3774 of file parsenodes.h.
Referenced by AlterTSDictionary().
List* AlterTSDictionaryStmt::options |
Definition at line 3775 of file parsenodes.h.
Referenced by AlterTSDictionary().
NodeTag AlterTSDictionaryStmt::type |
Definition at line 3773 of file parsenodes.h.