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:42:56 |
Message-ID: | ZT06EOE2dDdEklEY@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
On Sat, Oct 28, 2023 at 12:18:50PM -0400, Bruce Momjian wrote:
> 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.
Sorry, I attached a _colorized_ diff; here is a normal one.
--
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 | 714 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2023-10-28 18:03:19 | Re: Intro enhancement proposal |
Previous Message | Bruce Momjian | 2023-10-28 16:18:50 | Re: "22.3. Template Databases" documentation is incomplete |