From 9f3d63936b0e155f71a020dc0255c323b9e67c2a Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Thu, 21 May 1998 03:53:51 +0000 Subject: From: David Hartwig Here is a patch to remove the requirement that ORDER/GROUP BY clause identifiers be included in the target list. --- src/include/parser/parse_target.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/include/parser/parse_target.h') diff --git a/src/include/parser/parse_target.h b/src/include/parser/parse_target.h index 98dd31f68c..cb75d61615 100644 --- a/src/include/parser/parse_target.h +++ b/src/include/parser/parse_target.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: parse_target.h,v 1.4 1998/02/26 04:42:49 momjian Exp $ + * $Id: parse_target.h,v 1.5 1998/05/21 03:53:51 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -24,5 +24,7 @@ extern List *transformTargetList(ParseState *pstate, List *targetlist); extern List *makeTargetNames(ParseState *pstate, List *cols); +extern void transformTargetId(ParseState *pstate, Ident *ident, + TargetEntry *tent, char *resname, int16 resjunk); #endif /* PARSE_TARGET_H */ -- cgit v1.2.1