We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6568cef commit 7ef64e7Copy full SHA for 7ef64e7
src/include/nodes/parsenodes.h
@@ -2131,7 +2131,7 @@ typedef struct CreateStmt
2131
RangeVar *relation; /* relation to create */
2132
List *tableElts; /* column definitions (list of ColumnDef) */
2133
List *inhRelations; /* relations to inherit from (list of
2134
- * inhRelation) */
+ * RangeVar) */
2135
PartitionBoundSpec *partbound; /* FOR VALUES clause */
2136
PartitionSpec *partspec; /* PARTITION BY clause */
2137
TypeName *ofTypename; /* OF typename */
0 commit comments