Re: Second RewriteQuery complains about first RewriteQuery in edge case - Mailing list pgsql-hackers

From Bernice Southey
Subject Re: Second RewriteQuery complains about first RewriteQuery in edge case
Date
Msg-id CAEDh4nwOuB4X3Ysxc6qUyXh4D8eEEFEFLQnG7FuEmVstiCiuFg@mail.gmail.com
Whole thread Raw
In response to Re: Second RewriteQuery complains about first RewriteQuery in edge case  (Bernice Southey <bernice.southey@gmail.com>)
Responses Re: Second RewriteQuery complains about first RewriteQuery in edge case
List pgsql-hackers
Bernice Southey <bernice.southey@gmail.com> wrote:
> I went through the history and it seemed to me the repeat rewrite was
> accidental because of the two ways this method can recurse.
I mean the repeat rewrite of the cteList was accidental, not the
repeat rewrite of views. I couldn't think why a view would mean a
cteList needed re-rewriting, but I know very little about view rules.



pgsql-hackers by date:

Previous
From: Myles Lewis
Date:
Subject: Re: [PATCH] contrib: Add pg_datemath extension with datediff function
Next
From: Myles Lewis
Date:
Subject: Re: [PATCH] Add native PIVOT syntax for SQL Server/Oracle compatibility