CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       04/04/18 15:13:31

Modified files:
        src/backend/parser: Tag: REL7_4_STABLE parse_clause.c 
                            parse_expr.c parse_relation.c 
        src/include/parser: Tag: REL7_4_STABLE parse_relation.h 

Log message:
        Tweak findTargetlistEntry so that bare names occurring in GROUP BY clauses
        are sought first as local FROM columns, then as local SELECT-list aliases,
        and finally as outer FROM columns; the former behavior made outer FROM
        columns take precedence over aliases.  This does not change spec
        conformance because SQL99 allows only the first case anyway, and it seems
        more useful and self-consistent.  Per gripe from Dennis Bjorklund 2004-04-05.


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to