mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix copy-and-pasteo in comment.
Wensheng Zhang
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user