Re: class name in target list - Mailing list pgsql-patches

From Tom Lane
Subject Re: class name in target list
Date
Msg-id 20227.990400503@sss.pgh.pa.us
Whole thread Raw
In response to class name in target list  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
This still looks to me like it would reverse the behavior in the case
where the Ident name could be either a column or table name.  You should
do transformTargetEntry first, same as the code does now, and *then*
look to see if you still have an Ident with isRel true.

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: class name in target list
Next
From: Bruce Momjian
Date:
Subject: Re: AW: [HACKERS] Fix for tablename in targetlist