Re: 'natural join' core dump - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: 'natural join' core dump
Date
Msg-id 39580A3E.C3EB0976@alumni.caltech.edu
Whole thread Raw
In response to 'natural join' core dump  ("Mark Hollomon" <mhh@nortelnetworks.com>)
List 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 by date:

Previous
From: "Mikheev, Vadim"
Date:
Subject: RE: Big 7.1 open items
Next
From: Thomas Lockhart
Date:
Subject: SQL99 functions