pgsql: Doc: add cross-references between array_to_string and string_to_ - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: add cross-references between array_to_string and string_to_
Date
Msg-id E1nBNFr-0005r7-KJ@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING
Next
From: Tom Lane
Date:
Subject: pgsql: Remove useless inline marker.