On Fri, 2013-01-18 at 10:00 -0500, Stephen Frost wrote:
> I've done another review of this patch and it looks pretty good to me.
> My only complaint is that there isn't a single comment inside
> makeRecursiveViewSelect().
Added some of that and committed.
> One other thought is- I'm guessing this isn't going to work:
>
> CREATE RECURSIVE VIEW name (columns) AS WITH ... SELECT ...;
>
> Does the spec explicitly allow or disallow that? Should we provide any
> comments about it?
That works fine, AFAICT. It just becomes another level of WITH.
In response to
pgsql-hackers by date
| Next: | From: Pavel Stehule | Date: 2013-02-01 04:02:35 |
| Subject: Re: parameter info? |
| Previous: | From: Peter Eisentraut | Date: 2013-02-01 03:17:02 |
| Subject: Re: find libxml2 using pkg-config |