postgres_fdw extension not available on RDS/Postgres 14.4

0

Hi everybody,

We are running a postgresql 14.4 with RDS. We want to use the postgres_fdw extension which is a supported and available extension according to the AWS documentation (https://docs.amazonaws.cn/en_us/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-extensions.html#postgresql-extensions-14x).

But CREATE EXTENSION postgres_fdw returns:

SQL Error [42501]: ERROR: permission denied to create extension "postgres_fdw" Hint: This extension is not specified in "rds.allowed_extensions".

What's going on ? How can we use that extension ?

best,

feita há um ano487 visualizações
2 Respostas
0

Thanks a lot.

We finally figured out what's happened . For unknown reason, the dynamic parameter "allowed_extensions" of our parameter group for that instance was set to NULL instead of '*'.

Once we changed this parameter, we were able to use the extension.

respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas