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

From Tom Lane
Subject Re: 'natural join' core dump
Date
Msg-id 19455.962058836@sss.pgh.pa.us
Whole thread Raw
In response to 'natural join' core dump  ("Mark Hollomon" <mhh@nortelnetworks.com>)
List pgsql-hackers
"Mark Hollomon" <mhh@nortelnetworks.com> writes:
> -- 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 seems to work
> select * from a join b on a.b = b.b join c on b.c = c.c;

This is a previously reported problem that's on Thomas' todo list.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Mikheev, Vadim"
Date:
Subject: RE: Big 7.1 open items
Next
From: Tom Lane
Date:
Subject: Re: Big 7.1 open items