Re: array_to_string and string_to_array
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: admin+postgres@lorenzoancora.info
Cc: pgsql-docs@lists.postgresql.org
Date: 2022-01-22T20:45:32Z
Lists: pgsql-docs
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
Commits
-
Doc: add cross-references between array_to_string and string_to_array.
- 4f02cbcb6839 15.0 landed