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

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Function array_to_string(text[], text) does not exist ???
Дата
Msg-id 20041005130615.GA46855@winnie.fuhr.org
обсуждение исходный текст
Ответ на Function array_to_string(text[], text) does not exist ???  ("Johann Robette" <jrobette@onyme.com>)
Ответы RE : Function array_to_string(text[], text) does not exist ???  ("Johann Robette" <jrobette@onyme.com>)
Список 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 по дате отправления:

Предыдущее
От: Harald Fuchs
Дата:
Сообщение: Re: Random not so random
Следующее
От: "Johann Robette"
Дата:
Сообщение: RE : Function array_to_string(text[], text) does not exist ???