Re: BUG #18068: Insufficient permission unless SUPERUSER

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: "ghw(at)ghwfluffy(dot)com" <ghw(at)ghwfluffy(dot)com>, "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #18068: Insufficient permission unless SUPERUSER
Date: 2023-08-24 12:49:47
Message-ID: CAKFQuwYSFjNYt-MmffEbNCnznpyp_8-hT5DCFUtAmFYCkdG4ww@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wednesday, August 23, 2023, PG Bug reporting form <noreply(at)postgresql(dot)org>
wrote:

> The following bug has been logged on the website:
>
> Bug reference: 18068
> Logged by: Thaddeus Fuller
> Email address: ghw(at)ghwfluffy(dot)com
> PostgreSQL version: 15.4
> Operating system: Ubuntu 22.04 / Docker
> Description:
>
> CREATE DATABASE ${PGDATABASE};
> CREATE USER ${PGUSER} WITH ENCRYPTED PASSWORD '${PGPASSWORD}';
> GRANT ALL PRIVILEGES ON DATABASE ${PGDATABASE} TO ${PGUSER};
> GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO ${PGUSER};
>
>
You haven’t connected to the newly created database yet so the within
database grants aren’t affecting the newly created database.

David J.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Jonathan Zacharuk 2023-08-24 19:53:03 Error when using unquoted identifier that contains the word end in a begin atomic block
Previous Message PG Bug reporting form 2023-08-24 02:26:10 BUG #18068: Insufficient permission unless SUPERUSER