pgsql: Doc: improve documentation for ^@ starts-with operator.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: improve documentation for ^@ starts-with operator.
Date: 2021-10-09 18:43:02
Message-ID: E1mZHJG-0005n5-Uv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: improve documentation for ^@ starts-with operator.

This operator wasn't formally documented anywhere. To give it
a natural home, relabel the functions-string-other table as
"Other String Functions and Operators", which is more parallel
to the functions-string-sql table anyway.

While here, add cross-references to the pattern match and text
search sections. It seems moderately likely that people would
come to this section looking for those (but I don't want to
actually list them in these tables).

Discussion: https://postgr.es/m/CADT4RqB13KQHOJqqQ+WXmYtJrukS2UiFdtfTvT-XA3qYLyB6Cw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2ae5d72f004f599c351ee31e8da5fb3e40303760

Modified Files
--------------
doc/src/sgml/func.sgml | 41 +++++++++++++++++++++++++++++++++--------
1 file changed, 33 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2021-10-09 19:23:33 Re: pgsql: Adjust configure to insist on Perl version >= 5.8.3.
Previous Message Andrew Dunstan 2021-10-09 00:33:56 Re: pgsql: Reference test binary using TESTDIR in 001_libpq_pipeline.pl.