Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PGSQL - 15 #37

Open
PiotrKOT79 opened this issue Jul 3, 2023 · 2 comments
Open

PGSQL - 15 #37

PiotrKOT79 opened this issue Jul 3, 2023 · 2 comments
Labels

Comments

@PiotrKOT79
Copy link

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.

@psoo
Copy link
Contributor

psoo commented Jul 19, 2023

Pls attach the informixdir and informixserver option to the CREATE SERVER statement only and delete them from your statement for CREATE FOREIGN TABLE.

This was changed a while ago and wasn't reflected in the README, which is a bug, i am sry. I am going to update it.

@psoo
Copy link
Contributor

psoo commented Jul 19, 2023

Additional note to your other questions:

Vanilla PG15 is fully supported.

As of EDB, there is experimental build support as of this commit:

d52ed9f

Please read the instructions in the commit message carefully. There might be unresolved issues since this is a road less travelled and experimental.

@psoo psoo added the question label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants