Re: 'natural join' core dump

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: 'natural join' core dump
Дата
Msg-id 39580A3E.C3EB0976@alumni.caltech.edu
обсуждение исходный текст
Ответ на 'natural join' core dump  ("Mark Hollomon" <mhh@nortelnetworks.com>)
Список pgsql-hackers
> > -- core dumps
> > select * from a natural join b natural join c;
> > -- so does this
> > select * from a join b using (b) join c using (c);
> This is a previously reported problem that's on Thomas' todo list.

Yup. And I've just recently started getting a bit of time for
development again, so should be able to look at it soon.
                  - Thomas


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

Предыдущее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: Big 7.1 open items
Следующее
От: Thomas Lockhart
Дата:
Сообщение: SQL99 functions