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,

preguntada hace un año487 visualizaciones
2 Respuestas
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 hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas