Re: Outer joins aren't working with views

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mucher(at)tigana(dot)pl, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Outer joins aren't working with views
Date: 2000-12-15 16:07:07
Message-ID: 11032.976896427@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

It works for me:

regression=# select t1.*, t2.* from t1 natural left outer join t2;
id | id2 | id
----+-----+----
1 | 1 | 1
2 | 2 | 2
3 | |
(3 rows)

What version are you using?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephan Szabo 2000-12-15 17:23:19 Re: Outer joins aren't working with views
Previous Message Alvaro Herrera 2000-12-15 14:29:01 DON'T APPROVE PREVIOUS Re: Bug in CAST() with time data types

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-12-15 16:12:49 Re: BLCKSZ:Max tuple size problem
Previous Message Lamar Owen 2000-12-15 15:59:14 Re: Beta1 starting date?