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

From: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1169: Select table.oid from view seems to loop
Date: 2004-06-17 12:09:45
Message-ID: 20040617120945.CDE3CCF5248@www.postgresql.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1169
Logged by: Robert Osowiecki

Email address: robson(at)cavern(dot)pl

PostgreSQL version: 7.4

Operating system: Linux

Description: Select table.oid from view seems to loop

Details:

Hello!

Here's what i found:

select count(*) from view1;
count
-------
12874
(1 row)

select table1.oid from view1;
NOTICE: adding missing FROM-clause entry for table "table1"
(psql crashes)

select table1.ord from view1 limit 13000;
(13000 rows in result)

Hope it helps: feel free to ask for more details by email.

Yours,

Robson.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Richard Huxton 2004-06-17 13:46:58 Re: BUG #1169: Select table.oid from view seems to loop
Previous Message Michael Meskes 2004-06-17 11:59:08 Re: BUG #1165: ECPG can't parse dynamic SQL with indicator