|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| ObjectWithArgs * | opername |
| List * | options |
Definition at line 3720 of file parsenodes.h.
| ObjectWithArgs* AlterOperatorStmt::opername |
Definition at line 3723 of file parsenodes.h.
| List* AlterOperatorStmt::options |
Definition at line 3724 of file parsenodes.h.
| NodeTag AlterOperatorStmt::type |
Definition at line 3722 of file parsenodes.h.