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 david(at)fetter(dot)org http://fetter.org/
phone: +1 415 235 3778
Remember to vote!