Re: BUG #1169: Select table.oid from view seems to loop

From: Robert Osowiecki <robson(at)cavern(dot)pl>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1169: Select table.oid from view seems to loop
Date: 2004-06-17 15:52:56
Message-ID: 40D1BE58.9050005@cavern.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Richard Huxton wrote:

> In 7.4 there is a postgresql.conf setting to control this behaviour
> (add_missing_from). I'd turn it off, as I've always found it to cause
> problems rather than solve them.

I agree :)
PG now reports "ERROR: missing from clause", I've added "table1.oid" do
view definition
and everything works fine.

Thanks for your support and have a nice day!

Robson.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PostgreSQL Bugs List 2004-06-17 16:31:48 BUG #1172: JDBC driver fails to compile
Previous Message PostgreSQL Bugs List 2004-06-17 14:54:43 BUG #1171: select distinct 'value',... fails.