Re: Outer joins aren't working with views - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Outer joins aren't working with views
Date
Msg-id 11032.976896427@sss.pgh.pa.us
Whole thread Raw
In response to Outer joins aren't working with views  (pgsql-bugs@postgresql.org)
List pgsql-bugs
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

pgsql-bugs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Bug in CAST() with time data types
Next
From: Tom Lane
Date:
Subject: Re: grant oddity