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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: copy-edit the introductory para for the pg_class catalog.
Date: 2023-09-22 18:52:50
Message-ID: E1qjlGk-005LQD-DP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

The previous wording had a faint archaic whiff to it, and more
importantly used "catalogs" as a verb, which while cutely
self-referential seems likely to provoke confusion in this
particular context. Also consistently use "kind" not "type" to
refer to the different kinds of relations distinguished by relkind.

Per gripe from Martin Nash. Back-patch to supported versions.

Discussion: https://postgr.es/m/169518739902.3727338.4793815593763320945@wrigleys.postgresql.org

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2290a13827dc3a8c558280b9d3f9f929e4fd9885

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2023-09-22 22:51:44 pgsql: Don't trust unvalidated xl_tot_len.
Previous Message Daniel Gustafsson 2023-09-22 11:40:54 pgsql: Avoid using internal test methods in SSL tests