On Wed, Dec 21, 2005 at 09:26:35AM +0800, Christopher Kings-Lynne wrote: > >> x, y := r; > > > >That strikes me as a really bad idea. It weakens both syntax and > >semantic error checking, to accomplish how much? > > Could use PHP-style thingy: > > LIST(x, y) := r;
Better still, the pg way: [ROW](x, y) := r; Cheers, D -- David Fetter [EMAIL PROTECTED] http://fetter.org/ phone: +1 415 235 3778 Remember to vote! ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match