Thread

Commits

  1. Doc: add cross-references between array_to_string and string_to_array.

  1. array_to_string and string_to_array

    The Post Office <noreply@postgresql.org> — 2022-01-22T16:49:35Z

    The following documentation comment has been logged on the website:
    
    Page: https://www.postgresql.org/docs/14/functions-array.html
    Description:
    
    Hi,
    I suggest it would be wise to extend the definition of array_to_string
    (Table 9.52) by linking to string_to_array (Table 9.10).
    
    It would also be wise to add a backlink in the definition of string_to_array
    as well.
    I think this might save some time, because those functions are often used
    together (eg. as a quick way to do substring replacement in array
    elements).
    
    Best regards,
    Lorenzo
    
  2. Re: array_to_string and string_to_array

    Tom Lane <tgl@sss.pgh.pa.us> — 2022-01-22T20:45:32Z

    PG Doc comments form <noreply@postgresql.org> writes:
    > I suggest it would be wise to extend the definition of array_to_string
    > (Table 9.52) by linking to string_to_array (Table 9.10).
    > It would also be wise to add a backlink in the definition of string_to_array
    > as well.
    
    Good idea, done.
    
    			regards, tom lane