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

From Tom Lane
Subject pgsql: Doc: improve documentation for ^@ starts-with operator.
Date
Msg-id E1mZHJG-0005n5-Uv@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Reference test binary using TESTDIR in 001_libpq_pipeline.pl.
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: update testing recipe in src/test/perl/README.