PostgreSQL Source Code  git master
AlterTSDictionaryStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listdictname
 
Listoptions
 

Detailed Description

Definition at line 4016 of file parsenodes.h.

Field Documentation

◆ dictname

List* AlterTSDictionaryStmt::dictname

Definition at line 4019 of file parsenodes.h.

◆ options

List* AlterTSDictionaryStmt::options

Definition at line 4020 of file parsenodes.h.

◆ type

NodeTag AlterTSDictionaryStmt::type

Definition at line 4018 of file parsenodes.h.


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