pgsql: Doc: alphabetize the regexp_foo() function descriptions in 9.7.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: alphabetize the regexp_foo() function descriptions in 9.7.3
Date: 2021-07-31 19:36:00
Message-ID: E1m9um8-0002Ts-Ok@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: alphabetize the regexp_foo() function descriptions in 9.7.3.

For no visible reason (other than historical accident no doubt),
regexp_replace() was out of order. Re-order to match the way
that these functions are listed in 9.4. (That means substring()
remains first, because it's SQL-standard and the rest aren't.)
I've not touched the text other than to move it. This is just
to reduce confusion in the diffs for upcoming additions.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/64a1f225654f8866422010ff28e0d3384ae4c3af

Modified Files
--------------
doc/src/sgml/func.sgml | 86 +++++++++++++++++++++++++-------------------------
1 file changed, 43 insertions(+), 43 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-08-01 03:32:43 Re: pgsql: Enable TAP tests of pg_receivewal for ZLIB on Windows, take thre
Previous Message Tom Lane 2021-07-31 16:41:16 Re: pgsql: postgres_fdw: Fix handling of pending asynchronous requests.