Using two dimension array
postgres=# postgres=# SELECT ARRAY[[1,2],[3,4]]; array --------------- {{1,2},{3,4}} (1 row) postgres=#