informix_fdw
Overview
| Package | Version | Category | License | Language |
|---|---|---|---|---|
informix_fdw | 0.6.3 | FDW | PostgreSQL | C |
| ID | Extension | Bin | Lib | Load | Create | Trust | Reloc | Schema |
|---|---|---|---|---|---|---|---|---|
| 8670 | informix_fdw | No | Yes | No | Yes | No | Yes | - |
| Related | mysql_fdw tds_fdw db2_fdw oracle_fdw sqlite_fdw firebird_fdw postgres_fdw db2fce orafce db_migrator |
|---|
PGDG non-free (pgnf) only; no SQL-level extension dependency; runtime requires IBM Informix Client SDK (libifsql15a/libifasf15a/libifgen15a/libifos15a/libifgls)
Version
| Type | Repo | Version | PG Ver | Package | Deps |
|---|---|---|---|---|---|
| EXT | PGDG | 0.6.3 | 1817161514 | informix_fdw | - |
| RPM | PGDG | 0.6.3 | 1817161514 | informix_fdw_$v | - |
Install
You can install informix_fdw directly. First, make sure the PGDG repository is added and enabled:
Install the extension using pig or apt/yum/dnf:
Create Extension:
Usage
Create Server
Server Options: informixserver (required, Informix server identifier from sqlhosts file), informixdir (required, path to Informix Client SDK), disable_predicate_pushdown (disable WHERE pushdown), gl_datetime (custom datetime format, default %iY-%m-%d %H:%M:%S), gl_date (custom date format, default %iY-%m-%d).
Create User Mapping
Create Foreign Table
Table Options: database (required, remote database name), table or query (one required), client_locale (required, must match PostgreSQL server encoding), db_locale (required, should match Informix locale), disable_rowid (use updatable cursor instead of ROWID), enable_blobs (include if table contains BLOBs).
Use query instead of table for view-like access:
CRUD Operations
Supported Data Types
Queries: BOOLEAN, DATE, DATETIME, INTERVAL, SMALLINT, INTEGER, BIGINT, SERIAL, VARCHAR, CHARACTER, TEXT, NUMERIC, MONEY.
DML operations: SERIAL, INTEGER, BIGINT, INTERVAL, TEXT, BYTEA, VARCHAR, NVARCHAR, TIMESTAMP, DATE, NUMERIC, MONEY.
Was this page helpful?
Thanks—your feedback helps us improve this page.
What got in the way? (optional)