Manua correction - Mailing list pgsql-docs

From PG Doc comments form
Subject Manua correction
Date
Msg-id 162614304115.701.2392941350859387646@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Manua correction  (Bruce Momjian <bruce@momjian.us>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/13/functions-string.html
Description:

Hopefully the referrer page was kept. I'm referring to the string functions
page that reads...
==
 position ( substring text IN string text ) → integer
Returns starting index of specified substring within string, or zero if it's
not present.
position('om' in 'Thomas') → 3
==

should describe the situation where multiple occurrences of substring are in
the string text... might read...

Returns starting index of the first occurrence of the specified substring
within string, or zero if it's not present.

Troy.
#

pgsql-docs by date:

Previous
From: Thomas Munro
Date:
Subject: Re: Second-granular timezone offset format not documented
Next
From: Ekaterina Kiryanova
Date:
Subject: Minor doc fixes