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.0608021005220.14057@linuxworld.com.au
Whole thread Raw
In response to Re: Values list-of-targetlists patch for comments (was Re: [HACKERS] 8.2 features?)  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Values list-of-targetlists patch for comments (was Re:
Re: Values list-of-targetlists patch for comments (was Re: [HACKERS] 8.2 features?)
List pgsql-patches
Tom,

Is this intentional:

template1=# values(1), (2);
 column1
---------
       1
       2
(2 rows)

This is legal because of:

simple_select:
        /* ... */
            | values_clause                         { $$ = $2; }

Also, I am working out some docs and regression tests.

Gavin


pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Replication Documentation
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Replication Documentation