On 09/28/2015 06:33 AM, Michael Paquier wrote:
> On Sun, Sep 27, 2015 at 11:27 AM, Amir Rohan wrote:
>> Further editing. See attached V3.
>
> I think that you should consider adding this patch to the next commit
> fest so as we do not lose track of it:
> https://commitfest.postgresql.org/7/
>
ht
On Sun, Sep 27, 2015 at 11:27 AM, Amir Rohan wrote:
> Further editing. See attached V3.
I think that you should consider adding this patch to the next commit
fest so as we do not lose track of it:
https://commitfest.postgresql.org/7/
--
Michael
--
Sent via pgsql-docs mailing list (pgsql-docs@p
"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]) :
> http://www.postgresql.org/docs/9.4/interactive/functio
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