nicer examples for aggregate calls

2021-10-23 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/14/tutorial-agg.html Description: currently, all of the examples are very simple, like SELECT city, max(temp_lo) FROM weather WHERE city LIKE 'S%'-- (1) GROUP BY city

Re: Opclass name

2021-10-23 Thread Tom Lane
PG Doc comments form writes: > In commit 7a1cd526 (doc: Rework tables for built-in operator classes of > index AMs) the name of the inet_ops opclass was changed to network_ops. It > doesn't look right, because network_ops is the name of opfamily, not > opclass. Hm, yeah. The table title says "op

Re: information_schema.tables table broken in versions 13+

2021-10-23 Thread Tom Lane
PG Doc comments form writes: > The table on information_schema.tables documentation page is broken after > version 12. > Instead of three columns in header and body all text is packed inside one. That's an intentional change. regards, tom lane

Re: documentation describing the range of a number type 'integer' is incorrect

2021-10-23 Thread Kevin Sweet
The bugs team agreed that it's a bug. The documentation accurately represents the buggy code. I thought you might want to update the doc when the bug is fixed. On 10/22/21 6:43 AM, Alvaro Herrera wrote: On 2021-Jul-29, PG Doc comments for

Update documentation page for translators

2021-10-23 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/nls-translator.html Description: In the documentation for translators (https://www.postgresql.org/docs/11/nls-translator.html) it is mentioned to use any text editor for translating .po fi

Opclass name

2021-10-23 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/14/spgist-builtin-opclasses.html Description: In commit 7a1cd526 (doc: Rework tables for built-in operator classes of index AMs) the name of the inet_ops opclass was changed to network_ops. I

information_schema.tables table broken in versions 13+

2021-10-23 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/infoschema-tables.html Description: The table on information_schema.tables documentation page is broken after version 12. Instead of three columns in header and body all text is packed ins