Missing preposition 'of'

2019-07-25 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/queries-table-expressions.html Description: By the end of section 7.2.1.5, the preposition 'of' is missing: "(...) we could find out which ones those are like this: (...)" should read "(..

Wrong formatting of the word 'executed'

2019-07-25 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/plpgsql-expressions.html Description: In section 43.4, in the sentence "(...) and then this prepared statement is EXECUTEd (...)", the word executed should be modified to lower case.

Re: Missing preposition 'of'

2019-07-25 Thread Tom Lane
PG Doc comments form writes: > By the end of section 7.2.1.5, the preposition 'of' is missing: > "(...) we could find out which ones those are like this: (...)" > should read > "(...) we could find out which ones of those are like this: (...)" I dunno, the existing wording seems like perfectly go

Re: Wrong formatting of the word 'executed'

2019-07-25 Thread Alvaro Herrera
On 2019-Jul-25, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/11/plpgsql-expressions.html > Description: > > In section 43.4, in the sentence "(...) and then this prepared statement is > EXECUTEd (...)"