table inheritance and privileges

From: Ted Toth <txtoth(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: table inheritance and privileges
Date: 2022-09-28 19:17:21
Message-ID: CAFPpqQEvdhkpNjbDF61jGJSJ_tj1Z-mZJOEROK_5petOFVtFRw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm dynamically creating tables that inherit from another table but
they don't inherit the access privileges. Is there a way to have the
new tables inherit their parent tables access privileges?

Ted

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter J. Holzer 2022-09-28 19:43:15 Re: Limiting the operations that client-side code can perform upon its database backend's artifacts
Previous Message Tom Lane 2022-09-28 14:18:45 Re: [PATCH] Introduce array_shuffle() and array_sample()