Re: [HACKERS] New TODO item

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] New TODO item
Дата
Msg-id 199906172243.SAA05469@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] New TODO item  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Bruce Momjian <maillist@candle.pha.pa.us> writes:
> > New item for TODO list:
> > * SELECT aliname FROM pg_class aliname generates strange error
> 
> You don't need the alias; "SELECT pg_class FROM pg_class" generates
> the same behavior.

TODO updated.

> 
> Looks to me like the parser is failing to reject this query as malformed.
> transformIdent() is willing to take either a column name or a relation
> name (why?), and no one upstream is rejecting the relation-name case.

There is some reason for this that I think Thomas can tell us.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] BeOS port
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] (don't know who else to tell) 6.5 gets build on LinuxPPCR5 but fails a lot of regr. tests