[ please keep the list cc'd ]
Dominique Devienne writes:
> On Wed, Jan 5, 2022 at 7:26 PM Tom Lane wrote:
>> That will only revoke privileges that were granted by the role
>> doing the REVOKE, so I surmise that you did this as some other role.
> Hmmm, that's interesting... But it brings up some
Dominique Devienne writes:
> Final step is to DROP the "owner" ROLE itself, but before doing that,
> I run REVOKE ALL ON DATABASE "ddevienne" FROM "owner".
That will only revoke privileges that were granted by the role
doing the REVOKE, so I surmise that you did this as some other role.
But actua
>
> Any help would be appreciated in diagnosing this vexing issue. Thanks, --DD
Have you captured all the DDL generated by your C++ code?