PostgreSQL Source Code  git master
AlterOperatorStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
ObjectWithArgsopername
 
Listoptions
 

Detailed Description

Definition at line 3510 of file parsenodes.h.

Field Documentation

◆ opername

ObjectWithArgs* AlterOperatorStmt::opername

Definition at line 3513 of file parsenodes.h.

◆ options

List* AlterOperatorStmt::options

Definition at line 3514 of file parsenodes.h.

◆ type

NodeTag AlterOperatorStmt::type

Definition at line 3512 of file parsenodes.h.


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