10000
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 c852e95 commit c18f51dCopy full SHA for c18f51d
src/backend/commands/tablecmds.c
@@ -1192,7 +1192,7 @@ storage_name(char c)
1192
* 'schema' is the column/attribute definition for the table. (It's a list
1193
* of ColumnDef's.) It is destructively changed.
1194
* 'supers' is a list of names (as RangeVar nodes) of parent relations.
1195
- * 'istemp' is TRUE if we are creating a temp relation.
+ * 'relpersistence' is a persistence type of the table.
1196
*
1197
* Output arguments:
1198
* 'supOids' receives a list of the OIDs of the parent relations.
0 commit comments