pgsql: doc: for various substring funcs, document if only first match

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: for various substring funcs, document if only first match
Date: 2021-07-27 02:55:07
Message-ID: E1m8DFL-0007rl-Cc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: for various substring funcs, document if only first match

Reported-by: troy(at)frericks(dot)us

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

Backpatch-through: 13

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5a353a2d43eeab7554a6986b04b0a9d98ad55c92

Modified Files
--------------
doc/src/sgml/func.sgml | 35 ++++++++++++++++++++---------------
1 file changed, 20 insertions(+), 15 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2021-07-27 15:18:23 pgsql: Disable command echo in pg_upgrade-created windows scripts
Previous Message Bruce Momjian 2021-07-27 02:38:49 pgsql: pg_resetxlog: add option to set oldest xid & use by pg_upgrade