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
---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend
