Re: Fix for tablename in targetlist

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fix for tablename in targetlist
Дата
Msg-id 10258.990333008@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Fix for tablename in targetlist  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Fix for tablename in targetlist  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> In fact, I was
> right that you have to call transformTargetEntry() -> transformExpr() ->
> transformIdent() to get isRel set, and I have to do the longer fix.

Yes, I would think that you should do transformTargetEntry() first and
then look to see if you have an Ident w/ isRel set.  The initial patch
was OK because it happened after that transformation.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: External search engine, advice
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Functions returning sets