Re: BUG #1750: recurrentive views terminates connection - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #1750: recurrentive views terminates connection
Date
Msg-id 4684.1120487544@sss.pgh.pa.us
Whole thread Raw
In response to BUG #1750: recurrentive views terminates connection  ("Bartłomiej Rychtarski" <bartek@wsb.poznan.pl>)
List pgsql-bugs
"BartÅomiej Rychtarski" <bartek@wsb.poznan.pl> writes:
> PostgreSQL version: 7.3.4

> selecting from recurrent views couses termination of all client connections
> to the postgres server:

This is fixed in 7.4 and up.

regression=# select * from test2;
ERROR:  infinite recursion detected in rules for relation "test2"

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Select on pkey returned more than one row
Next
From: Frank van Vugt
Date:
Subject: 'create or replace ' failed to replace trigger properly