Is the += or *= operator used in PostgreSQL ?

Started by Bruno Baguetteabout 23 years ago2 messagesgeneral
Jump to latest
#1Bruno Baguette
bruno.baguette@netcourrier.com

Hello,

I'm testing PostgreSQL 7.3.2 with LEFT OUTER JOINS or the += or *=
operator (like the Oracle RDBMS).

It seems that PostgreSQL don't accept the += or *= operator...

Am I wrong ?

Thanks in advance !

------------------------------------------------
Bruno BAGUETTE - bruno.baguette@netcourrier.com

#2Stephan Szabo
sszabo@megazone23.bigpanda.com
In reply to: Bruno Baguette (#1)
Re: Is the += or *= operator used in PostgreSQL ?

On Tue, 8 Apr 2003, Bruno Baguette wrote:

I'm testing PostgreSQL 7.3.2 with LEFT OUTER JOINS or the += or *=
operator (like the Oracle RDBMS).

It seems that PostgreSQL don't accept the += or *= operator...

Am I wrong ?

Correct, we use the SQL standard syntax for outer joins only.