Re: [HACKERS] Parser/planner and column aliases

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: [HACKERS] Parser/planner and column aliases
Дата
Msg-id 3899B446.FC71BE97@alumni.caltech.edu
обсуждение исходный текст
Ответ на Parser/planner and column aliases  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Список pgsql-hackers
> I'm running across the behavior that an explicit select as above
> works, but if I try a wildcard expansion (select *...) instead of the
> explicit column listing the planner decides it needs to do some wild
> nested join stuff:

Hmm. Wildcarding like this works:

postgres=# select ty.* from t2 ty (b, c);b | c 
---+---1 | 11 | 22 | 2
(3 rows)

So my problems are maybe just within the parser. Will keep looking at
it...
                     - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


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

Предыдущее
От: Taral
Дата:
Сообщение: Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL
Следующее
От: Peter Mount
Дата:
Сообщение: RE: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL