Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7060f80

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 moreimportantly used "catalogs" as a verb, which while cutelyself-referential seems likely to provoke confusion in thisparticular context. Also consistently use "kind" not "type" torefer 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 parent555a8d9 commit7060f80

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
@@ -1834,15 +1834,15 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
18341834
</indexterm>
18351835

18361836
<para>
1837-
The catalog <structname>pg_class</structname>catalogs tables and most
1838-
everything else thathas columns oris otherwise similar to a
1837+
The catalog <structname>pg_class</structname>describes tables and
1838+
other objects thathave columns orare otherwise similar to a
18391839
table. This includes indexes (but see also
18401840
<structname>pg_index</structname>), sequences (but see also
18411841
<structname>pg_sequence</structname>), views, materialized
18421842
views, composite types, and TOAST tables; see <structfield>relkind</structfield>.
1843-
Below, when we mean all of these
1844-
kinds of objects we speak of<quote>relations</quote>. Not all
1845-
columns are meaningful for all relationtypes.
1843+
Below, when we mean all of these kinds of objects we speak of
1844+
<quote>relations</quote>. Not all of <structname>pg_class</structname>'s
1845+
columns are meaningful for all relationkinds.
18461846
</para>
18471847

18481848
<table>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp