informix_fdw icon indicating copy to clipboard operation
informix_fdw copied to clipboard

PGSQL - 15

Open PiotrKOT79 opened this issue 1 year ago • 2 comments

Hello

I am trying to run informix_fdw on postgresql version 15. When I run the following scripts as instructed, I get the following errors:

pg_to_infomix=# CREATE FOREIGN TABLE foo ( id integer, value integral ) SERVER ol_testifx OPTIONS ( query 'SELECT * FROM foo', database 'm2m2', informixserver 'ol_testifx', informixdir '/Applications/IBM/informix' ); ERROR: invalid option "informixserver" HINT: Valid options in this context are: database,query,table,gl_datetime,gl_date,client_locale,db_locale,db_monetary,disable_predicate_pushdown,disable_rowid,enable_blobs

My question is whether this is related to the lack of support for the postgresql 15 database. The second question is whether anyone has successfully run informix-fdw on the enteprisedb version.

PiotrKOT79 avatar Jul 03 '23 10:07 PiotrKOT79