PostgreSQL Source Code  git master
AlterOperatorStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
ObjectWithArgsopername
 
Listoptions
 

Detailed Description

Definition at line 3596 of file parsenodes.h.

Field Documentation

◆ opername

ObjectWithArgs* AlterOperatorStmt::opername

Definition at line 3599 of file parsenodes.h.

◆ options

List* AlterOperatorStmt::options

Definition at line 3600 of file parsenodes.h.

◆ type

NodeTag AlterOperatorStmt::type

Definition at line 3598 of file parsenodes.h.


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