Annoying "split to array" function inconsistency...best way to fix?

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Annoying "split to array" function inconsistency...best way to fix?
Дата
Msg-id CAKFQuwbSqjkCfY7HPZ5-nT=SOD0d7MYTSYRaHG06ipL9AuJC_w@mail.gmail.com
обсуждение исходный текст
Ответы Re: Annoying "split to array" function inconsistency...best way to fix?
Список pgsql-docs
Two functions exists that convert "text" to "text[]"

regexp_string_to_array(text, text [,text]) : http://www.postgresql.org/docs/9.4/interactive/functions-string.html

Would it be hateful to make it so that both entries appear on both tables?

array_to_string(anyarray, text [,text]) could be lumped in with this as well.

string_to_array not being on the string functions page is the more glaring omission for me.

David J.

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

Предыдущее
От: Amir Rohan
Дата:
Сообщение: Re: Updated docs on base backups
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Annoying "split to array" function inconsistency...best way to fix?