Re: column aliases

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: column aliases
Дата
Msg-id 200006080351.XAA12572@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: column aliases  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: column aliases  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> >> What it looks like to me is that we have a bug in the expansion of '*'.
> >> It should be generating columns for both the explicit and the implicit
> >> FROM clause, but it's evidently deciding that it should only produce
> >> output columns for the first one.
> 
> Looks like the behavior is still the same (except now it says
> NOTICE:  Adding missing FROM-clause entry for table pg_language
> as well).  I'm inclined to say we should change it, and am willing
> to do the work if no one objects...

Which part, the expansion of * or the warning code?

--  Bruce Momjian                        |  http://www.op.net/~candle 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,
Pennsylvania19026
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: column aliases
Следующее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: DROP COLUMN status