1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-04 20:11:56 +03:00

Bye CursorStmt, now use SelectStmt.

This commit is contained in:
Bruce Momjian
1998-01-10 04:30:11 +00:00
parent e7b205b486
commit e6c714bf30
4 changed files with 26 additions and 69 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: nodes.h,v 1.21 1998/01/09 21:13:43 momjian Exp $
* $Id: nodes.h,v 1.22 1998/01/10 04:30:08 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -145,7 +145,6 @@ typedef enum NodeTag
T_InsertStmt,
T_DeleteStmt,
T_UpdateStmt,
T_CursorStmt,
T_SelectStmt,
T_AddAttrStmt,
T_AggregateStmt,