Re: Values list-of-targetlists patch for comments (was Re: - Mailing list pgsql-patches

From Gavin Sherry
Subject Re: Values list-of-targetlists patch for comments (was Re:
Date
Msg-id Pine.LNX.4.58.0608021128240.17678@linuxworld.com.au
Whole thread Raw
In response to Re: Values list-of-targetlists patch for comments (was Re:  (Joe Conway <mail@joeconway.com>)
List pgsql-patches
On Tue, 1 Aug 2006, Joe Conway wrote:

> Gavin Sherry wrote:
> > Is this intentional:
> >
> > template1=# values(1), (2);
> >  column1
> > ---------
> >        1
> >        2
> > (2 rows)
> >
> > This is legal because of:
> >
> > simple_select:
> >         /* ... */
> >             | values_clause                         { $$ = $2; }
>
> hmm, not sure about that...
>
> >
> > Also, I am working out some docs and regression tests.
> >
>
> Oh, cool. I was going to start working on that myself tonight, but if
> you're already working on it, don't let me stand in the way ;-)
>
> Actually, if you want me to finish up whatever you have started, I'm
> happy to do that too.

I've got to go out but I'll send a complete patch when I get back.

Gavin

pgsql-patches by date:

Previous
From: Joe Conway
Date:
Subject: Re: Values list-of-targetlists patch for comments (was Re:
Next
From: Joe Conway
Date:
Subject: Re: Values list-of-targetlists patch for comments (was Re: