Skip to content

Commit 2290a13

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 f720875 commit 2290a13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1892,17 +1892,17 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
18921892
</indexterm>
18931893

18941894
<para>
1895-
The catalog <structname>pg_class</structname> catalogs tables and most
1896-
everything else that has columns or is otherwise similar to a
1895+
The catalog <structname>pg_class</structname> describes tables and
1896+
other objects that have columns or are otherwise similar to a
18971897
table. This includes indexes (but see also <link
18981898
linkend="catalog-pg-index"><structname>pg_index</structname></link>),
18991899
sequences (but see also <link
19001900
linkend="catalog-pg-sequence"><structname>pg_sequence</structname></link>),
19011901
views, materialized views, composite types, and TOAST tables;
19021902
see <structfield>relkind</structfield>.
19031903
Below, when we mean all of these kinds of objects we speak of
1904-
<quote>relations</quote>. Not all columns are meaningful for all relation
1905-
types.
1904+
<quote>relations</quote>. Not all of <structname>pg_class</structname>'s
1905+
columns are meaningful for all relation kinds.
19061906
</para>
19071907

19081908
<table>

0 commit comments

Comments
 (0)