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
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
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
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
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
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
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