doc: Make terminology in glossary consistent
authorPeter Eisentraut
Sat, 5 Jun 2021 07:01:29 +0000 (09:01 +0200)
committerPeter Eisentraut
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 
Discussion: https://www.postgresql.org/message-id/202106021932[email protected]

doc/src/sgml/glossary.sgml

index 41f3e5ee86ba6b4f6a1588848606d83a908edae5..c8d0440e80f50a220cbd4a6b9d9dcdad5a238023 100644 (file)
       known as local objects.
      
      
-      Most local objects belong to a specific
+      Most local objects reside in a specific
       schema in their
       containing database, such as
       relations (all types),
       are enforced to be unique.
      
      
-      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
       extensions,
       data type casts, and
       foreign data wrappers.