|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| ObjectType | objtype |
| Node * | object |
| char * | comment |
Definition at line 3357 of file parsenodes.h.
| char* CommentStmt::comment |
Definition at line 3362 of file parsenodes.h.
Referenced by RebuildConstraintComment().
| Node* CommentStmt::object |
Definition at line 3361 of file parsenodes.h.
Referenced by RebuildConstraintComment().
| ObjectType CommentStmt::objtype |
Definition at line 3360 of file parsenodes.h.
Referenced by RebuildConstraintComment().
| NodeTag CommentStmt::type |
Definition at line 3359 of file parsenodes.h.