Typo/wording on https://www.postgresql.org/docs/current/catalog-pg-class.html

The Post Office <noreply@postgresql.org>

From: PG Doc comments form <noreply@postgresql.org>
To: pgsql-docs@lists.postgresql.org
Cc: mpnash@google.com
Date: 2023-09-20T05:23:19Z
Lists: pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/catalog-pg-class.html
Description:

I've just read this:

"catalogs tables and most everything else that has columns or is otherwise
similar to a table"

It seems that it should be:

"catalogs tables and almost everything else that has columns or is otherwise
similar to a table"

So, "most" becomes "almost".

Clicking back through versions it changed from "mostly" to "most" at version
7.3.

Martin

Commits

  1. Doc: copy-edit the introductory para for the pg_class catalog.

  2. Update info about relkind and pg_type entries for composite-types patch.