Re: Omission of 'FROM' ? diff between pgsql 7.4.1 and pgsql 8.1.4

From: "Milen A(dot) Radev" <milen(at)radev(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Omission of 'FROM' ? diff between pgsql 7.4.1 and pgsql 8.1.4
Date: 2006-09-15 09:29:54
Message-ID: eedrqi$nkv$1@sea.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

gould(at)embl(dot)de написа:
[...]
> Is there some query optimization config setting I can set in pgsql 8.1.4 to fix
> this problem rather than having to change the queries in the code? I've read
> over the changes between pgsql 7 and pgsql 8 but nothing seems to stand out to
> me as referencing this problem. Anyone with more knowledge that can point me in
> the right direction?

Look here for "add_missing_from" -
http://www.postgresql.org/docs/8.1/static/runtime-config-compatible.html#RUNTIME-CONFIG-COMPATIBLE-VERSION

--
Milen A. Radev

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message A. Kretschmer 2006-09-15 09:36:24 Re: Omission of 'FROM' ? diff between pgsql 7.4.1 and pgsql 8.1.4
Previous Message gould 2006-09-15 09:16:06 Omission of 'FROM' ? diff between pgsql 7.4.1 and pgsql 8.1.4