substitute for array functions in postgresql v7.3 ? - Mailing list pgsql-general

From Alain BAUDHUIN
Subject substitute for array functions in postgresql v7.3 ?
Date
Msg-id 000001c64e0e$1aae5860$6300a8c0@SERVEUR1
Whole thread Raw
Responses delete my email from the list  ("Aftab Alam" <aalam@tatashare.com>)
List 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
 

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Hi,
Next
From: Michael Glaesemann
Date:
Subject: Re: index for inet and >> (contains) function