Re: How do I disable: Adding missing FROM-clause

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: terry(at)ashtonwoodshomes(dot)com
Cc: "Postgres (E-mail)" <pgsql-general(at)postgresql(dot)org>
Subject: Re: How do I disable: Adding missing FROM-clause
Date: 2004-09-23 16:55:40
Message-ID: 27331.1095958540@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

<terry(at)ashtonwoodshomes(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg Stark 2004-09-23 17:05:21 Re: mailing list archive search form broken?
Previous Message terry 2004-09-23 16:31:12 How do I disable: Adding missing FROM-clause