Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d15d13 commit ad8fa23Copy full SHA for ad8fa23
src/include/nodes/nodes.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: nodes.h,v 1.20 1997/12/18 12:54:36 momjian Exp $
+ * $Id: nodes.h,v 1.21 1998/01/09 21:13:43 momjian Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -142,11 +142,11 @@ typedef enum NodeTag
142
*---------------------
143
144
T_Query = 600,
145
- T_AppendStmt,
+ T_InsertStmt,
146
T_DeleteStmt,
147
- T_ReplaceStmt,
+ T_UpdateStmt,
148
T_CursorStmt,
149
- T_RetrieveStmt,
+ T_SelectStmt,
150
T_AddAttrStmt,
151
T_AggregateStmt,
152
T_ChangeACLStmt,
0 commit comments