mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
Implementation of UNIONs.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: prep.h,v 1.9 1997/12/20 07:59:44 momjian Exp $
|
||||
* $Id: prep.h,v 1.10 1997/12/24 06:06:58 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -32,7 +32,7 @@ extern List *preprocess_targetlist(List *tlist, int command_type,
|
||||
*/
|
||||
typedef enum UnionFlag
|
||||
{
|
||||
INHERITS_FLAG, VERSION_FLAG
|
||||
INHERITS_FLAG, UNION_FLAG, VERSION_FLAG
|
||||
} UnionFlag;
|
||||
|
||||
extern List *find_all_inheritors(List *unexamined_relids,
|
||||
|
||||
Reference in New Issue
Block a user