pgsql: Doc: fix text's description of regexp_replace's arguments.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix text's description of regexp_replace's arguments.
Date: 2024-07-27 19:38:58
Message-ID: E1sXnFq-001UUz-M7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: fix text's description of regexp_replace's arguments.

Section 9.7.3 had a syntax synopsis for regexp_replace()
that was different from Table 9.10's, but still wrong.
Update that one too. Oversight in 580f8727c.

Jian He

Discussion: https://postgr.es/m/CACJufxG3NFKKsh6x4fRLv8h3V-HvN4W5dA=zNKMxsNcDwOKang@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/da4017a694de0610bd5b3a54adda311e46e26300

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-07-28 03:40:32 Re: pgsql: Wait for WAL summarization to catch up before creating .partial
Previous Message David Rowley 2024-07-27 11:46:57 pgsql: Optimize escaping of JSON strings