Re: Function array_to_string(text[], text) does not exist ??? - Mailing list pgsql-general

From Michael Fuhr
Subject Re: Function array_to_string(text[], text) does not exist ???
Date
Msg-id 20041005130615.GA46855@winnie.fuhr.org
Whole thread Raw
In response to Function array_to_string(text[], text) does not exist ???  ("Johann Robette" <jrobette@onyme.com>)
Responses RE : Function array_to_string(text[], text) does not exist ???  ("Johann Robette" <jrobette@onyme.com>)
List pgsql-general
On Tue, Oct 05, 2004 at 12:07:11PM +0200, Johann Robette wrote:

> I'm trying to call the array_to_string function like this :
>             SELECT array_to_string(array[1, 2, 3], '~^~') --> it comes
> directly from the doc.
> I get this error msg :
>             ERROR:  parser: parse error at or near "[" at character 24

What version of PostgreSQL are you running?  According to the Release
Notes, array constructors and array_to_string() were added in 7.4.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-general by date:

Previous
From: Harald Fuchs
Date:
Subject: Re: Random not so random
Next
From: "Johann Robette"
Date:
Subject: RE : Function array_to_string(text[], text) does not exist ???