substitute for array functions in postgresql v7.3 ?

From: "Alain BAUDHUIN" <alain(dot)baudhuin(at)swing(dot)be>
To: <pgsql-general(at)postgresql(dot)org>
Subject: substitute for array functions in postgresql v7.3 ?
Date: 2006-03-23 00:09:49
Message-ID: 000001c64e0e$1aae5860$6300a8c0@SERVEUR1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello!

Does anybody know whether ther is a substitue for the array_to_string
function available from v7.4, that would allow a query equivalent to this
one to run on v7.3:

select array_to_string(array[1,2,3]); (ok from v7.4)

Having a 7.3 substitute for select array[1,2,3] would already be a good
starting point...

Thanks in advance for any hint,
Alain

_____________________
Alain BAUDHUIN
alain(dot)baudhuin(at)swing(dot)be

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Trent Shipley 2006-03-23 00:39:12 Re: Modular Type Libraries: was A real currency type
Previous Message woodb 2006-03-22 23:53:18 Re: Advantages of PostgreSQL over MySQL 5.0