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]
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.