Re: How do I disable: Adding missing FROM-clause - Mailing list pgsql-general

From Tom Lane
Subject Re: How do I disable: Adding missing FROM-clause
Date
Msg-id 27331.1095958540@sss.pgh.pa.us
Whole thread Raw
In response to How do I disable: Adding missing FROM-clause  (<terry@ashtonwoodshomes.com>)
Responses Re: How do I disable: Adding missing FROM-clause  (Sebastian Böck <sebastianboeck@freenet.de>)
List pgsql-general
<terry@ashtonwoodshomes.com> writes:
> I searched and found references to changing the postgresql.conf with:
> add_missing_from = false

This is correct.

> enable_implicited_join = false

This is not.

> But neither one of these seems to disable the functionality (I did a reload after making the change)

I'm betting that the postmaster is ignoring the file completely because
of the bogus enable_implicited_join variable.  Did you look for errors
in the postmaster log?

            regards, tom lane

pgsql-general by date:

Previous
From:
Date:
Subject: How do I disable: Adding missing FROM-clause
Next
From: Greg Stark
Date:
Subject: Re: mailing list archive search form broken?