Annoying "split to array" function inconsistency...best way to fix? - Mailing list pgsql-docs

From David G. Johnston
Subject Annoying "split to array" function inconsistency...best way to fix?
Date
Msg-id CAKFQuwbSqjkCfY7HPZ5-nT=SOD0d7MYTSYRaHG06ipL9AuJC_w@mail.gmail.com
Whole thread Raw
Responses Re: Annoying "split to array" function inconsistency...best way to fix?
List 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 by date:

Previous
From: Amir Rohan
Date:
Subject: Re: Updated docs on base backups
Next
From: Tom Lane
Date:
Subject: Re: Annoying "split to array" function inconsistency...best way to fix?