From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 9 Jan 1998 21:13:43 +0000 (+0000)
Subject: Remove old quel labels.
X-Git-Tag: REL6_3~384
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad8fa237279b77916f2d024e40d196d061f26525;p=postgresql

Remove old quel labels.
---

diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h
index 882d9eabed..d6d787c93a 100644
--- a/src/include/nodes/nodes.h
+++ b/src/include/nodes/nodes.h
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $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 $
  *
  *-------------------------------------------------------------------------
  */
@@ -142,11 +142,11 @@ typedef enum NodeTag
 	 *---------------------
 	 */
 	T_Query = 600,
-	T_AppendStmt,
+	T_InsertStmt,
 	T_DeleteStmt,
-	T_ReplaceStmt,
+	T_UpdateStmt,
 	T_CursorStmt,
-	T_RetrieveStmt,
+	T_SelectStmt,
 	T_AddAttrStmt,
 	T_AggregateStmt,
 	T_ChangeACLStmt,