You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: