"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