Re: "22.3. Template Databases" documentation is incomplete

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: david(at)kapitaltrading(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: "22.3. Template Databases" documentation is incomplete
Date: 2023-10-28 16:18:50
Message-ID: ZT00aqNUUQxhXHBo@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Tue, Aug 9, 2022 at 08:33:11PM +0000, PG Doc comments form wrote:
> 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

I have created the attached patch to document this.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

Only you can decide what is important to you.

Attachment Content-Type Size
template.diff text/x-diff 722 bytes

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2023-10-28 16:42:56 Re: "22.3. Template Databases" documentation is incomplete
Previous Message Michael Banck 2023-10-28 09:01:59 Re: Version 14/15 documentation Section "Alter Default Privileges"