0

While trying to execute PostgreSQL extension in PostgreSQL 13

CREATE EXTENSION postgres_fdw;

I am getting an error

CREATE EXTENSION postgres_fdw "Could not open extension control file "/opt/pgsql13/share/extension/postgres_fdw.control": No such file or directory

  • 2
    Did you install the "contrib" package? e.g. `yum install postgresql13-contrib` –  May 23 '22 at 11:47

1 Answers1

-1

I was able to fix the issue for tablefunc.control extension issue post installing the postgresql13-contrib package