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

2015-09-27 Thread David G. Johnston
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 string_to_array(text, text [, text]) : http://www.postgresql.org/docs/9.4/interactive/functions-array.html Would it be hateful to

Re: [DOCS] Annoying "split to array" function inconsistency...best way to fix?

2015-09-27 Thread Tom Lane
"David G. Johnston" writes: > 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 > string_to_array(text, text [, text]) : >