Re: 'natural join' core dump
Thomas Lockhart <lockhart@alumni.caltech.edu>
From: Thomas Lockhart <lockhart@alumni.caltech.edu>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Mark Hollomon <mhh@nortelnetworks.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2000-06-27T01:58:22Z
Lists: 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