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

Add structure for subselects.

Add field to support "WITH TIME ZONE".
This commit is contained in:
Thomas G. Lockhart
1997-09-01 06:04:59 +00:00
parent 570620c569
commit 1bf90bc7d3
2 changed files with 24 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: nodes.h,v 1.10 1997/08/31 11:43:08 vadim Exp $
* $Id: nodes.h,v 1.11 1997/09/01 06:04:57 thomas Exp $
*
*-------------------------------------------------------------------------
*/
@@ -206,7 +206,8 @@ typedef enum NodeTag {
T_TargetEntry,
T_RangeTblEntry,
T_SortClause,
T_GroupClause
T_GroupClause,
T_SubSelect
} NodeTag;
/*