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,

posta un anno fa486 visualizzazioni
2 Risposte
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.

con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande