Re: 'natural join' core dump

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Mark Hollomon <mhh(at)nortelnetworks(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 'natural join' core dump
Date: 2000-06-27 01:58:22
Message-ID: 39580A3E.C3EB0976@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2000-06-27 02:41:18 SQL99 functions
Previous Message Mikheev, Vadim 2000-06-27 01:42:10 RE: Big 7.1 open items