Pg_restore must be the owner of the plpgsql extension

I tried to restore the database on amazon rds .. I get an error message like:

ERROR: must be owner of extension plpgsql CREATE EXTENSION ERROR: must be owner of extension dblink CREATE EXTENSION ERROR: must be owner of extension pgcrypto 

Any idea how to solve this problem?

+5
source share

Source: https://habr.com/ru/post/1269647/


All Articles