On Mon, Jul 11, 2022 at 12:48 PM tushar <tushar.ah...@enterprisedb.com> wrote: > One scenario where the syntax is created in pg_dumpall is wrong > > postgres=# create user u1; > postgres=# create group g1 with user u1; > postgres=# grant g1 to u1 with admin option, inherit false; > > Perform pg_dumpall > > GRANT g1 TO u1 WITH ADMIN OPTION WITH INHERIT FALSE GRANTED BY edb;
Oops. Here is a rebased version of v3 which aims to fix this bug. It seems that I can replace the previous changes to src/backend/nodes with nothing at all in view of Peter's commit to automatically generate node support functions. Nice. -- Robert Haas EDB: http://www.enterprisedb.com
v4-0001-Allow-grant-level-control-of-role-inheritance-beh.patch
Description: Binary data