Commit d31f20e2 authored by Tom Lane's avatar Tom Lane

Fix copy-and-pasteo in comment.

Wensheng Zhang
parent 51c0f63e
...@@ -2004,7 +2004,7 @@ alter_table_cmd: ...@@ -2004,7 +2004,7 @@ alter_table_cmd:
n->def = (Node *) $5; n->def = (Node *) $5;
$$ = (Node *)n; $$ = (Node *)n;
} }
/* ALTER TABLE <name> ALTER [COLUMN] <colname> SET ( column_parameter = value [, ... ] ) */ /* ALTER TABLE <name> ALTER [COLUMN] <colname> RESET ( column_parameter = value [, ... ] ) */
| ALTER opt_column ColId RESET reloptions | ALTER opt_column ColId RESET reloptions
{ {
AlterTableCmd *n = makeNode(AlterTableCmd); AlterTableCmd *n = makeNode(AlterTableCmd);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment