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

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Bruno Baguette <bruno(dot)baguette(at)netcourrier(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Is the += or *= operator used in PostgreSQL ?
Date: 2003-04-08 20:44:12
Message-ID: 20030408134338.U54456-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joseph Shraibman 2003-04-08 20:49:53 constraint performance
Previous Message Dennis Gearon 2003-04-08 20:43:56 Re: Yet Another (Simple) Case of Index not used