Re: [DOCS] Updated docs on base backups

2015-09-27 Thread Amir Rohan
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

Re: [DOCS] Updated docs on base backups

2015-09-27 Thread Michael Paquier
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

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]) : > http://www.postgresql.org/docs/9.4/interactive/functio

[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