PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
ObjectType | objtype |
Node * | object |
char * | comment |
Definition at line 2972 of file parsenodes.h.
char* CommentStmt::comment |
Definition at line 2977 of file parsenodes.h.
Referenced by CommentObject(), expandTableLikeClause(), RebuildConstraintComment(), and transformTableLikeClause().
Node* CommentStmt::object |
Definition at line 2976 of file parsenodes.h.
Referenced by CommentObject(), expandTableLikeClause(), RebuildConstraintComment(), and transformTableLikeClause().
ObjectType CommentStmt::objtype |
Definition at line 2975 of file parsenodes.h.
Referenced by CommentObject(), expandTableLikeClause(), RebuildConstraintComment(), standard_ProcessUtility(), and transformTableLikeClause().
NodeTag CommentStmt::type |
Definition at line 2974 of file parsenodes.h.