PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
AlterTSDictionaryStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listdictname
 
Listoptions
 

Detailed Description

Definition at line 4184 of file parsenodes.h.

Field Documentation

◆ dictname

List* AlterTSDictionaryStmt::dictname

Definition at line 4187 of file parsenodes.h.

◆ options

List* AlterTSDictionaryStmt::options

Definition at line 4188 of file parsenodes.h.

◆ type

NodeTag AlterTSDictionaryStmt::type

Definition at line 4186 of file parsenodes.h.


The documentation for this struct was generated from the following file: