mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
UPDATE ... SET <col> = DEFAULT
Rod Taylor
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: nodes.h,v 1.141 2003/06/25 03:40:19 momjian Exp $
|
||||
* $Id: nodes.h,v 1.142 2003/06/25 04:19:24 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -277,7 +277,7 @@ typedef enum NodeTag
|
||||
T_PrivGrantee,
|
||||
T_FuncWithArgs,
|
||||
T_PrivTarget,
|
||||
T_InsertDefault,
|
||||
T_SetToDefault,
|
||||
T_CreateOpClassItem,
|
||||
T_CompositeTypeStmt,
|
||||
T_InhRelation,
|
||||
|
Reference in New Issue
Block a user