The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/11/rowtypes.html
Description:
1. Replace this:
"...the whitespace will be ignored if the field type is integer, but not if
it is text."
with this:
"...the whitespace will be ignored if the
PG Doc comments form writes:
> 1. Replace this:
> "...the whitespace will be ignored if the field type is integer, but not if
> it is text."
> with this:
> "...the whitespace will be ignored if the field type is integer, but not if
> it is a character data type like text."
It's already an example