Array PostgreSQL

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