doc: Make terminology in glossary consistent
authorPeter Eisentraut <peter@eisentraut.org>
Sat, 5 Jun 2021 07:01:29 +0000 (09:01 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Sat, 5 Jun 2021 07:01:29 +0000 (09:01 +0200)
Use "reside in" rather than "belong to" for objects in a schema.
Previous use was a mix of the two.

Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Discussion: https://www.postgresql.org/message-id/202106021932.idmbjjaqk7ke@alvherre.pgsql

doc/src/sgml/glossary.sgml

index 41f3e5ee86ba6b4f6a1588848606d83a908edae5..c8d0440e80f50a220cbd4a6b9d9dcdad5a238023 100644 (file)
       known as <firstterm>local objects</firstterm>.
      </para>
      <para>
-      Most local objects belong to a specific
+      Most local objects reside in a specific
       <glossterm linkend="glossary-schema">schema</glossterm> in their
       containing database, such as
       <glossterm linkend="glossary-relation">relations</glossterm> (all types),
       are enforced to be unique.
      </para>
      <para>
-      There also exist local objects that do not belong to schemas; some examples are
+      There also exist local objects that do not reside in schemas; some examples are
       <glossterm linkend="glossary-extension">extensions</glossterm>,
       <glossterm linkend="glossary-cast">data type casts</glossterm>, and
       <glossterm linkend="glossary-foreign-data-wrapper">foreign data wrappers</glossterm>.