PostGISを含むcartoDBとPostgres 9.3を使用しています。cartoDB で開発ユーザーを作成しようとすると、次のエラーが発生します。
PG::Error: ERROR: could not access file "$libdir/odbc_fdw": No such file or directory: CREATE EXTENSION IF NOT EXISTS odbc_fdw SCHEMA publi
c
また、Postgres 内で odbc_fdw 拡張機能を実行しようとすると、同じエラーが発生します。
それを修正する方法はありますか?