Author: Hou Zhijie
Discussion: https://postgr.es/m/OS0PR01MB5716E6A6535FDFDC5A1B004194CE9@OS0PR01MB5716.jpnprd01.prod.outlook.com
n->def = (Node *) $5;
$$ = (Node *)n;
}
- /* ALTER TABLE ALTER [COLUMN] RESET ( column_parameter = value [, ... ] ) */
+ /* ALTER TABLE ALTER [COLUMN] RESET ( column_parameter [, ... ] ) */
| ALTER opt_column ColId RESET reloptions
{
AlterTableCmd *n = makeNode(AlterTableCmd);
}
/*
- * Same as pg_current_xact_if_assigned() but doesn't assign a new xid if there
+ * Same as pg_current_xact_id() but doesn't assign a new xid if there
* isn't one yet.
*/
Datum