Re: Is it This Join Condition Do-Able? - Mailing list pgsql-sql

From Tom Lane
Subject Re: Is it This Join Condition Do-Able?
Date
Msg-id 8014.1124313343@sss.pgh.pa.us
Whole thread Raw
In response to Re: Is it This Join Condition Do-Able?  (Mischa Sandberg <mischa.sandberg@telus.net>)
List pgsql-sql
Mischa Sandberg <mischa.sandberg@telus.net> writes:
> Anyone care to comment on the third row of output?

I think you mistyped the last INSERT:

> insert into c values(2, 'C2');
> insert into b values(3, 'C3');

I suppose you meant insert into c ...
        regards, tom lane


pgsql-sql by date:

Previous
From: Mischa Sandberg
Date:
Subject: Re: Is it This Join Condition Do-Able?
Next
From: Mischa Sandberg
Date:
Subject: Re: Is it This Join Condition Do-Able? Ooh, ouch, blush