Re: Plpgsql function to join array elements with a string

Поиск
Список
Период
Сортировка
От Bastien Continsouzas
Тема Re: Plpgsql function to join array elements with a string
Дата
Msg-id 1190215970.599727.8300@g4g2000hsf.googlegroups.com
обсуждение исходный текст
Список pgsql-general
=== PROBLEM SOLVED ===

I found for what I was looking
http://www.postgresql.org/docs/8.0/static/functions-array.html

Function : array_to_string (anyarray, text)
Return type : text
Description : concatenates array elements using provided delimiter
Example : array_to_string(array[1, 2, 3], '~^~')
Result : 1~^~2~^~3

Bastien Continsouzas


В списке pgsql-general по дате отправления:

Предыдущее
От: Dan99
Дата:
Сообщение: PG_DUMP not working
Следующее
От: Benjamin Smith
Дата:
Сообщение: Re: Stuck on Foreign Keys