pgsql: doc: clarify hierarchy of objects: global, db, schema, etc.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: clarify hierarchy of objects: global, db, schema, etc.
Date: 2020-03-31 22:10:48
Message-ID: E1jJP5s-0005Go-8V@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: clarify hierarchy of objects: global, db, schema, etc.

The previous wording was confusing because it wasn't in decreasing order
and had to backtrack. Also clarify role/user wording.

Reported-by: jbird(at)nuna(dot)com

Discussion: https://postgr.es/m/158057750885.1123.2806779262588618988@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4bd53803ef73b43124693e4a96e973e9329b8361

Modified Files
--------------
doc/src/sgml/ddl.sgml | 15 +++++++--------
doc/src/sgml/manage-ag.sgml | 16 +++++++---------
2 files changed, 14 insertions(+), 17 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-03-31 22:44:38 pgsql: doc: remove mention of bitwise operators as solely type-limited
Previous Message Bruce Momjian 2020-03-31 21:57:48 pgsql: doc: clarify when row-level locks are released