Re: Adding missing FROM clause - thanks or no thanks?

From: John Siracusa <siracusa(at)mindspring(dot)com>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Adding missing FROM clause - thanks or no thanks?
Date: 2004-01-27 19:18:50
Message-ID: BC3C23CA.27596%siracusa@mindspring.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 1/27/04 1:28 PM, Bruno Wolff III wrote:
> It is an extension. I think starting with 7.4 you can turn it off.
> It is sort of useful for delete where there isn't a syntax to specify
> addition tables, though I think you can get the same functionality
> even there using subselects in the where clause.

On 1/27/04 1:34 PM, Bruce Momjian wrote:
> It is a PostgreSQL extension and can be turned off with a
> postgresql.conf variable or via SET:
>
> add_missing_from = false

Great, thanks to both of you :)

-John

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marc G. Fournier 2004-01-27 19:28:02 Looking for mail relays ...
Previous Message Bruce Momjian 2004-01-27 18:34:03 Re: Adding missing FROM clause - thanks or no thanks?