Proposal to improve the content in subsection 8.16.6. "Composite Type Input and Output Syntax"

2020-04-03 Thread PG Doc comments form
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

Re: Proposal to improve the content in subsection 8.16.6. "Composite Type Input and Output Syntax"

2020-04-03 Thread Tom Lane
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