PostgreSQL Source Code  git master
AlterTSDictionaryStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listdictname
 
Listoptions
 

Detailed Description

Definition at line 4107 of file parsenodes.h.

Field Documentation

◆ dictname

List* AlterTSDictionaryStmt::dictname

Definition at line 4110 of file parsenodes.h.

◆ options

List* AlterTSDictionaryStmt::options

Definition at line 4111 of file parsenodes.h.

◆ type

NodeTag AlterTSDictionaryStmt::type

Definition at line 4109 of file parsenodes.h.


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