join of array

From: Pavel Stehule <stehule(at)kix(dot)fsv(dot)cvut(dot)cz>
To: pgsql-general(at)postgresql(dot)org
Subject: join of array
Date: 2003-08-15 09:41:21
Message-ID: Pine.LNX.4.44.0308151136180.30471-100000@kix.fsv.cvut.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-patches

Hello,

Is possible merge two arrays like

array[1,2,3] + array[4,5,6] => array[1,2,3,4,5,6]

select array_append(array[1,2,3], array[2,3]);
ERROR: function array_append(integer[], integer[]) does not exist

regards
Pavel Stehule

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jason Godden 2003-08-15 10:11:35 Re: importing db as text files
Previous Message Andreas Pflug 2003-08-15 09:17:26 Re: [GENERAL] 7.4Beta

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-08-15 12:07:08 Re: join of array
Previous Message Dennis Björklund 2003-08-15 06:52:15 NLS: Swedish