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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2ae5d72f004f599c351ee31e8da5fb3e40303760
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-10-09T18:42:52Z
Releases: 15.0
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

Files

PathChange+/−
doc/src/sgml/func.sgml modified +33 −8

Documentation touched

Discussion