pgsql: docs: clarify that CREATE DATABASE does not copy db permissions

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: docs: clarify that CREATE DATABASE does not copy db permissions
Date: 2020-06-25 22:23:02
Message-ID: E1joaGs-00018n-0S@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

docs: clarify that CREATE DATABASE does not copy db permissions

That is, those database permissions set by GRANT.

Diagnosed-by: Joseph Nahmias

Discussion: https://postgr.es/m/20200614072613.GA21852@nahmias.net

Backpatch-through: 9.5

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/34c95d73aaecb0f9aba7d8ce91675edb8362ffea

Modified Files
--------------
doc/src/sgml/ref/create_database.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-06-25 22:33:44 pgsql: doc: mention trigger helper functions in CREATE TRIGGER docs
Previous Message Bruce Momjian 2020-06-25 22:23:01 pgsql: docs: clarify that CREATE DATABASE does not copy db permissions