Re: class name in target list

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: class name in target list
Date: 2001-05-20 23:15:03
Message-ID: 20227.990400503@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Zeugswetter Andreas SB 2001-05-21 15:20:40 AW: Fix for tablename in targetlist
Previous Message Bruce Momjian 2001-05-20 04:35:53 class name in target list