postgres=#postgres=# -- Array Input and Output Syntaxpostgres=# SELECT 1 || ARRAY[2,3] AS array; array--------------- [0:2]={1,2,3}(1 row)postgres=#postgres=#