Re: Possible Example Error in Documentation

2020-11-05 Thread Tom Lane
PG Doc comments form writes: > The following documentation comment has been logged on the website: > Page: https://www.postgresql.org/docs/12/plpgsql-transactions.html > Description: > We are using Postgres 12. When I use the example given for > transaction_test1() from the documentation here: >

Possible Example Error in Documentation

2020-11-05 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/plpgsql-transactions.html Description: We are using Postgres 12. When I use the example given for transaction_test1() from the documentation here: https://www.postgresql.org/account/commen

Consistent reference to RFCs in the documentation

2020-11-05 Thread Daniel Gustafsson
When referencing RFC's, we have a mix of ulinking to the ietf.org entry and not. Also, for subsequent mentions of the same RFC on the same page we have some as while others are not. The attached patch adds ulinks for all RFC's and marks subsequent mentions as acronym to make the docs consistent.