Array PostgreSQL

postgres=# SELECT array_dims(ARRAY[1,2] || 3);
 array_dims
------------
 [1:3]
(1 row)
postgres=#