mirror of
https://github.com/postgres/postgres.git
synced 2025-11-03 09:13:20 +03:00
From: Jan Wieck <jwieck@debis.com>
Hi,
as proposed here comes the first patch for the query rewrite
system.
<for details, see archive dated Mon, 17 Aug 1998>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: nodes.h,v 1.26 1998/08/05 04:49:12 scrappy Exp $
|
||||
* $Id: nodes.h,v 1.27 1998/08/18 00:49:01 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -305,8 +305,12 @@ typedef enum CmdType
|
||||
CMD_INSERT, /* insert stmt (formerly append) */
|
||||
CMD_DELETE,
|
||||
CMD_NOTIFY,
|
||||
CMD_UTILITY /* cmds like create, destroy, copy,
|
||||
CMD_UTILITY, /* cmds like create, destroy, copy,
|
||||
* vacuum, etc. */
|
||||
CMD_NOTHING /* dummy command for
|
||||
* instead nothing
|
||||
* rules with qual
|
||||
*/
|
||||
} CmdType;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user