information_schema.tables table broken in versions 13+

Started by PG Bug reporting formover 4 years ago2 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

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 inside one.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: PG Bug reporting form (#1)
Re: information_schema.tables table broken in versions 13+

PG Doc comments form <noreply@postgresql.org> 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