Fix copy-and-pasteo in comment.

Wensheng Zhang
This commit is contained in:
Tom Lane 2016-03-09 10:29:14 -05:00
parent 51c0f63e4d
commit d31f20e2b5
1 changed files with 1 additions and 1 deletions

View File

@ -2004,7 +2004,7 @@ alter_table_cmd:
n->def = (Node *) $5;
$$ = (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
{
AlterTableCmd *n = makeNode(AlterTableCmd);