Re: psql 7.3.4 disagrees with NATURAL CROSS JOIN

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Jonathan Scott <jwscott(at)vanten(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: psql 7.3.4 disagrees with NATURAL CROSS JOIN
Date: 2004-05-07 01:46:41
Message-ID: 409AEA81.2010403@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I have discovered a problem with psql 7.3.4 where it does not seem to like statements containing "NATURAL CROSS JOIN". I have a test that I have created that will show the problem. Please have a look at it, give it a try, and let me know if there is a problem with the program or with the operator. ;)

Just a note for the hackers, Jonathan (I think :) ) talked to me about
this on the irc channel - we couldn't figure this one out. Seems that
pg_dump produces NATURAL CROSS JOIN in the dump of a view, but the pgsql
grammar does not appear to allow it.

Chris

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2004-05-07 01:50:24 Re: ALTER TABLE TODO items
Previous Message Christopher Kings-Lynne 2004-05-07 01:44:14 Re: [ADMIN] cast not IMMUTABLE?