Does postgres allow array destructuring, e.g:
-- Assuming all table rows have arrays of {int, int} SELECT x[1], x[2] from table x; -- this works -- How to do