pgsql: Doc: split functions-posix-regexp section into multiple subsecti - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: split functions-posix-regexp section into multiple subsecti
Date
Msg-id E1w6Eve-001kWH-0O@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: split functions-posix-regexp section into multiple subsections.

Create a <sect4> section for each function that the previous text
described in one long series of paragraphs.  Also split the functions'
previously in-line syntax summaries into <synopsis> clauses, which is
more readable and allows us to sneak in an explicit mention of the
result data type.

This change gives us an opportunity to make cross-reference links
more specific, too, so do that.

Author: jian he <jian.universality@gmail.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CACJufxFuk9P=P4=BZ=qCkgvo6im8aL8NnCkjxx2S2MQDWNdouw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/00c025a001170979e99706ce746f75fcc615761d

Modified Files
--------------
doc/src/sgml/func/func-json.sgml     |   2 +-
doc/src/sgml/func/func-matching.sgml | 255 +++++++++++++++++++++--------------
doc/src/sgml/func/func-string.sgml   |  22 +--
doc/src/sgml/ref/psql-ref.sgml       |   2 +-
4 files changed, 168 insertions(+), 113 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: bufmgr: Don't copy pages while writing out
Next
From: Andres Freund
Date:
Subject: pgsql: test_aio: Add basic tests for StartReadBuffers()