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

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

From
"Bruno Baguette"
Date:
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


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

From
Stephan Szabo
Date:
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.