Re: Function array_to_string(text[], text) does not exist ???

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Johann Robette <jrobette(at)onyme(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Function array_to_string(text[], text) does not exist ???
Date: 2004-10-05 13:06:16
Message-ID: 20041005130615.GA46855@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Johann Robette 2004-10-05 13:15:32 RE : Function array_to_string(text[], text) does not exist ???
Previous Message Harald Fuchs 2004-10-05 12:39:13 Re: Random not so random