Skip to content

Commit d7cc718

Browse files
committed
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
1 parent 7cabb20 commit d7cc718

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,15 +1651,15 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
16511651
</indexterm>
16521652

16531653
<para>
1654-
The catalog <structname>pg_class</structname> catalogs tables and most
1655-
everything else that has columns or is otherwise similar to a
1654+
The catalog <structname>pg_class</structname> describes tables and
1655+
other objects that have columns or are otherwise similar to a
16561656
table. This includes indexes (but see also
16571657
<structname>pg_index</structname>), sequences (but see also
16581658
<structname>pg_sequence</structname>), views, materialized
16591659
views, composite types, and TOAST tables; see <structfield>relkind</structfield>.
1660-
Below, when we mean all of these
1661-
kinds of objects we speak of <quote>relations</quote>. Not all
1662-
columns are meaningful for all relation types.
1660+
Below, when we mean all of these kinds of objects we speak of
1661+
<quote>relations</quote>. Not all of <structname>pg_class</structname>'s
1662+
columns are meaningful for all relation kinds.
16631663
</para>
16641664

16651665
<table>

0 commit comments

Comments
 (0)