aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2021-06-05 09:01:29 +0200
committerPeter Eisentraut <peter@eisentraut.org>2021-06-05 09:01:29 +0200
commit01ddd2f7e411ba434473faebf00f5b5af84c0f64 (patch)
treef736b77dc3624273242c4c2c0b6ca6c416f2c997
parente6159885b78e9b91b2adc3161c5f827d081f2b13 (diff)
downloadpostgresql-01ddd2f7e411ba434473faebf00f5b5af84c0f64.tar.gz
postgresql-01ddd2f7e411ba434473faebf00f5b5af84c0f64.zip
doc: Make terminology in glossary consistent
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
-rw-r--r--doc/src/sgml/glossary.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/glossary.sgml b/doc/src/sgml/glossary.sgml
index 41f3e5ee86b..c8d0440e80f 100644
--- a/doc/src/sgml/glossary.sgml
+++ b/doc/src/sgml/glossary.sgml
@@ -1448,7 +1448,7 @@
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),
@@ -1458,7 +1458,7 @@
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>.