mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
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
This commit is contained in:
parent
33774978c7
commit
755eb44d3c
@ -1893,8 +1893,8 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
|
|||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The catalog <structname>pg_class</structname> catalogs tables and most
|
The catalog <structname>pg_class</structname> describes tables and
|
||||||
everything else that has columns or is otherwise similar to a
|
other objects that have columns or are otherwise similar to a
|
||||||
table. This includes indexes (but see also <link
|
table. This includes indexes (but see also <link
|
||||||
linkend="catalog-pg-index"><structname>pg_index</structname></link>),
|
linkend="catalog-pg-index"><structname>pg_index</structname></link>),
|
||||||
sequences (but see also <link
|
sequences (but see also <link
|
||||||
@ -1902,8 +1902,8 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
|
|||||||
views, materialized views, composite types, and TOAST tables;
|
views, materialized views, composite types, and TOAST tables;
|
||||||
see <structfield>relkind</structfield>.
|
see <structfield>relkind</structfield>.
|
||||||
Below, when we mean all of these kinds of objects we speak of
|
Below, when we mean all of these kinds of objects we speak of
|
||||||
<quote>relations</quote>. Not all columns are meaningful for all relation
|
<quote>relations</quote>. Not all of <structname>pg_class</structname>'s
|
||||||
types.
|
columns are meaningful for all relation kinds.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
Loading…
Reference in New Issue
Block a user