Thanks to visit codestin.com
Credit goes to doxygen.postgresql.org

PostgreSQL Source Code git master
AlterPublicationStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * pubname
 
Listoptions
 
Listpubobjects
 
AlterPublicationAction action
 

Detailed Description

Definition at line 4312 of file parsenodes.h.

Field Documentation

◆ action

AlterPublicationAction AlterPublicationStmt::action

Definition at line 4325 of file parsenodes.h.

◆ options

List* AlterPublicationStmt::options

Definition at line 4318 of file parsenodes.h.

◆ pubname

char* AlterPublicationStmt::pubname

Definition at line 4315 of file parsenodes.h.

◆ pubobjects

List* AlterPublicationStmt::pubobjects

Definition at line 4324 of file parsenodes.h.

◆ type

NodeTag AlterPublicationStmt::type

Definition at line 4314 of file parsenodes.h.


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