Re: Is it This Join Condition Do-Able?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mischa Sandberg <mischa(dot)sandberg(at)telus(dot)net>
Cc: Dmitri Bichko <dbichko(at)aveopharma(dot)com>, Lane Van Ingen <lvaningen(at)esncc(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Is it This Join Condition Do-Able?
Date: 2005-08-17 21:15:43
Message-ID: 8014.1124313343@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Mischa Sandberg <mischa(dot)sandberg(at)telus(dot)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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Premsun Choltanwanich 2005-08-18 02:56:35 How to secure PostgreSQL Data for distribute?
Previous Message Mischa Sandberg 2005-08-17 20:55:09 Re: Is it This Join Condition Do-Able? Ooh, ouch, blush