BUG #8569: with recursive work incorrectly with function

From: fanjing09(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #8569: with recursive work incorrectly with function
Date: 2013-10-30 02:29:56
Message-ID: E1VbLXg-0007C4-W9@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 8569
Logged by: Jing Fan
Email address: fanjing09(at)gmail(dot)com
PostgreSQL version: 9.1.9
Operating system: ubuntu 13.04
Description:

with recursive table as(
seed statement
union all
recursive statement
)
in the recursive statement, I use functions, that is select * from
functionname(). I tried the function seperately and it can return correct
result. However, the query just stopped recursion when new tuples are still
generated from recursive statement.(actually the recursive part is just
executed once). I wonder whether it is a bug?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Pavel Stehule 2013-10-30 03:18:31 Re: BUG #8568: PLPGSQL Documentation For CASE Is incorrect
Previous Message David Johnston 2013-10-30 00:29:22 Re: BUG #8568: PLPGSQL Documentation For CASE Is incorrect