class name in target list

Started by Bruce Momjianabout 25 years ago2 messagespatches
Jump to latest
#1Bruce Momjian
bruce@momjian.us

Here it is.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

Attachments:

/pgpatches/targetlisttext/plainDownload+40-37
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#1)
Re: class name in target list

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