On Sat, Aug 21, 2021 at 1:09 PM Mladen Gogala <gogala(dot)mladen(at)gmail(dot)com>
wrote:
> Why do you think that the normal user should be allowed to drop
> extensions?
The documentation.
https://www.postgresql.org/docs/current/sql-createextension.html
"This configuration gives the calling user the right to drop the extension,
but not to modify individual objects within it."
David J.