"22.3. Template Databases" documentation is incomplete - Mailing list pgsql-docs

From PG Doc comments form
Subject "22.3. Template Databases" documentation is incomplete
Date
Msg-id 166007719137.995877.13951579839074751714@wrigleys.postgresql.org
Whole thread Raw
Responses Re: "22.3. Template Databases" documentation is incomplete
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/14/manage-ag-templatedbs.html
Description:

The documentation for creating databases from templates is incomplete, and
should mention that access privileges are not copied.  So, for example,
issuing:

create database newdb with template existingdb owner someuser;

results in the newly-created database lacking the access privileges that
exist in the template.

cf: https://www.postgresql.org/docs/13/manage-ag-templatedbs.html

pgsql-docs by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Intro enhancement proposal
Next
From: Bruce Momjian
Date:
Subject: Re: CREATE TABLE AS, section IF NOT EXISTS should clarify what happens to the data