From: littlesuspense <littlesuspense(at)web(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject:
Date: 2009-06-29 20:08:59
Message-ID: 1246306139.11304.22.camel@zerber
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Volk,

at first sorry for my English. I use postgresql very often and I really
love it but the syntax for outer join make me sick.
Oracle short notation (+) is also not a best choice at this place but I
recall me, that the Informix have a really good and clear syntax:

select * from a, outer b where a.id = b.id;

select * from a, outer( b, outer c) where a.id = b.id and b.id= c.id;

And surely, I would like to see that also in postgresql.

I hope, I can win you for that.

Sincerely,

LS

Responses

  • Re: at 2009-06-29 21:11:17 from Scott Marlowe

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2009-06-29 21:11:17 Re:
Previous Message Erik Jones 2009-06-29 19:15:57 Re: partitioning question -- how to guarantee uniqueness across partitions