postgres=# SELECT array_cat(ARRAY[[1,2],[3,4]], ARRAY[5,6]); array_cat--------------------- {{1,2},{3,4},{5,6}}(1 row)postgres=#