pgsql: Doc: add cross-references between array_to_string and string_to_

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: add cross-references between array_to_string and string_to_
Date: 2022-01-22 20:44:59
Message-ID: E1nBNFr-0005r7-KJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: add cross-references between array_to_string and string_to_array.

These functions aren't exact inverses, but they're closely related;
yet we document them in two different sections. Add cross-ref
<link>s to improve that situation.

While here, move the strpos and substr entries to re-alphabetize
Table 9.10. Also, drop an ancient compatibility note about
string_to_array, which wasn't even on the right page, so probably
few people ever saw it.

Discussion: https://postgr.es/m/164287017550.704.5840412183184961677@wrigleys.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4f02cbcb6839553c595efa3a2eb1c2a09557ef79

Modified Files
--------------
doc/src/sgml/func.sgml | 114 ++++++++++++++++++++++---------------------------
1 file changed, 52 insertions(+), 62 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-01-22 22:11:40 pgsql: Remove useless inline marker.
Previous Message Tom Lane 2022-01-22 18:33:00 pgsql: Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING