PostgreSQL Source Code  git master
AlterOperatorStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
ObjectWithArgsopername
 
Listoptions
 

Detailed Description

Definition at line 3434 of file parsenodes.h.

Field Documentation

◆ opername

ObjectWithArgs* AlterOperatorStmt::opername

Definition at line 3437 of file parsenodes.h.

◆ options

List* AlterOperatorStmt::options

Definition at line 3438 of file parsenodes.h.

◆ type

NodeTag AlterOperatorStmt::type

Definition at line 3436 of file parsenodes.h.


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