PostgreSQL ODBC 8.0.2 UNIX
- Last Updated: May 8, 2026
- 16 minute read
- OpenAccess SDK
- Documentation
README
Progress(R) DataDirect(R)
Progress DataDirect for ODBC for PostgreSQL Wire Protocol Driver
UNIX and LINUX Platforms (32- and 64-bit)
Release 8.0.2
April 2026
***********************************************************************
Copyright (C) 2026 Progress Software Corporation and/or its
subsidiaries or affiliates. All Rights Reserved.
***********************************************************************
This README file contains information for Progress(R) DataDirect(R)
for ODBC POSTGRESQL(TM) Wire Protocol Driver.
This README file contains information not included in the PROGRESS
DATADIRECT FOR ODBC FOR POSTGRESQL WIRE PROTOCOL DRIVER USER'S GUIDE.
CONTENTS
Post-GA Product Announcements
Requirements
Installation Directory
Data Source and Platform Support
Third-party Components Compatibility Matrix
Changes Since 8.0.2 GA
Release 8.0.2 Features
Configuring Data Sources
Driver WorkAround Options
Notes, Known Problems, and Restrictions
Documentation
Installed Files for the 32-bit Driver
Installed Files for the 64-bit Driver
Post-GA Product Announcements
The readme files will no longer be updated with product announcements and new
features after the General Availability (GA) of the product. For the latest
updates and enhancements, please refer to the release notes
(https://www.progress.com/datadirect-connectors/whats-new).
Requirements
* The installer program requires a JVM that is Java SE 11 or higher, including
Oracle JDK, OpenJDK, and IBM SDK (Java) distributions.
* The driver requires the following runtime libraries:
- AIX: C/C++ runtime libraries version 16.1 or higher
- Linux: C/C++ runtime libraries version GCC 2.12 or higher
- Solaris: C/C++ runtime libraries version 12.6 or higher
- IBM Power 8 (64-bit): C/C++ runtime libraries of GCC 2.17 or higher
Installation Directory
* The default installation directory for the 32-bit driver is:
/opt/Progress/DataDirect/ODBC_32bit
* The default installation directory for the 64-bit driver is:
/opt/Progress/DataDirect/ODBC_64bit
Data Source and Platform Support
For the latest data source and platform support information, refer to the
Product Compatibility Guide:
https://docs.progress.com/bundle/datadirect-product-compatibility/resource/
datadirect-product-compatibility.pdf
Third-party Components Compatibility Matrix
For information about the third-party components that are installed with the
product, refer to the ODBC Third-party Components Compatibility Matrix on the
DataDirect Product Life Cycle page:
https://docs.progress.com/bundle/datadirect-product-life-cycle/page/topics/
datadirect_life_cycle/datadirect-product-life-cycle.html
Changes Since 8.0.2 GA
Debugging Symbols
------------------
The driver binaries now include debugging symbols that can be used for
diagnosing and debugging issues in the driver.
JRE Requirement for the Installer
---------------------------------
The installer program now requires you to install a JRE that is Java SE 11 or
higher before running the installer. In earlier versions, the JRE used by the
installer program was included in the product. However, to avoid potential
security vulnerabilities, the installer program no longer includes a JRE.
Instead, the installer program uses the JRE in your environment to allow for
the most secure version of a JRE to be used.
Notes:
* This change does not affect the JVM requirements for the driver. For the latest
driver requirements, refer to the Product Compatibility Guide:
https://docs.progress.com/bundle/datadirect-product-compatibility/resource/
datadirect-product-compatibility.pdf
* The installer program cannot remove the already installed JRE files from the
install directory automatically. Remove them manually.
ICU Library Upgrade (74.1)
--------------------------
The ICU library files that are installed with the product have been upgraded
to version 74.1. As a part of this upgrade, the following platforms and their
file names have been updated:
* AIX platforms
- 32-bit product package: From libivicu28.a to libivicu.a
- 64-bit product package: From libddicu28.a to libddicu.a
Note - This upgrade is available starting in build 08.02.1072 of the ICU
library files.
* Linux platforms
- 32-bit product package: From libivicu28.so to libivicu.so
- 64-bit product package: From libddicu28.so to libddicu.so
Note - This upgrade is available starting in build 08.02.0965 of the ICU
library files.
* Solaris platforms (Sparc and Solaris X)
- 32-bit product package: From libivicu28.so to libivicu.so
- 64-bit product package: From libddicu28.so to libddicu.so
Note - This upgrade is available starting in build 08.02.1799 of the ICU
library files.
* Limited availability plaforms (IBM Power 8)
- 64-bit product package: From libddicu28.so to libddicu.so
Note - This upgrade is available starting in build 08.02.1799 of the ICU
library files.
As part of the ICU 74.1 upgrade, the complier and runtime versions for the
driver have been changed to the following:
* For AIX platforms, the compiler version has been upgraded to xlclang++ 16.1.
As a result, you must have C/C++ runtime libraries of 16.1 or higher
on your machine.
* For Linux platforms, the compiler version has been upgraded to GCC 7.3.1.
As a result, you must have C/C++ runtime libraries of GCC 2.12 or higher on
your machine.
* For Solaris platforms, the compiler version has been upgraded to Oracle
Developer Studio 12.6. As a result, you must have C/C++ runtime libraries
of 12.6 or higher on your machine.
* For limited availability platform IBM Power 8 (64-bit), the compiler version
has been upgraded to GCC 7.3.1. As a result, you must have C/C++ runtime
libraries of GCC 2.17 or higher on your machine.
Entra ID Authentication Using User Names and Passwords
------------------------------------------------------
The driver is enhanced to support Microsoft Entra ID authentication using user
names and passwords. You can configure this feature using the updated
Authentication Method (AuthenticationMethod), User Name (LogonID), and Password
(Password) options, and the new Azure Tenant ID (AzureTenantID) option.
Entra ID Authentication Using Service Principal
-----------------------------------------------
The driver has been enhanced to support Microsoft Entra ID authentication using
service principal users. You can configure this feature using the updated
Authentication Method (AuthenticationMethod), User Name (LogonID), and Password
(Password) options, and the new Azure Tenant ID (AzureTenantID) option.
TLSv1.3 Support
---------------
The driver has been enhanced to support the TLSv1.3 cryptographic protocol. As
part of this enhancement, the default cryptographic protocols enabled by the
driver have been updated to TLSv1.3 and TLSv1.2.
TLSv1.1 and TLSv1.0 Disabled
----------------------------
The TLSv1.1 and TLSv1.0 cryptographic protocols are now disabled by default
and have been removed as selectable values for the Crypto Protocol Version
(CryptoProtocolVersion) option on the Setup dialog. These protocols are no
longer considered secure and, therefore, are no longer recommended for use.
However, the driver still supports TLSv1.1 and TLSv1.0 for legacy servers
that do not support more secure protocols.
ODBC Cursor Library
-------------------
The product package no longer includes the ODBC Cursor library file
(odbccurs.so) because it has some known security vulnerabilities that
could potentially expose you to security risks.
Note: The installer program cannot remove the ODBC Cursor library file
automatically while installing a new version of the driver. Remove it
manually.
SSL Enhancement (3.0.9)
-----------------------
Note: OpenSSL library 3.0.9 has been replaced with a later version. For
the latest information about the third-party components that are installed
with the product, refer to the ODBC Third-party Components Compatibility
Matrix on the DataDirect Product Life Cycle page:
https://docs.progress.com/bundle/datadirect-product-life-cycle/page/topics/
datadirect_life_cycle/datadirect-product-life-cycle.html.
The default version of the OpenSSL library has been upgraded to version
3.0.9, which fixes the security vulnerabilities listed on the following
page: https://www.openssl.org/news/vulnerabilities-3.0.html
This upgrade is available in build 08.02.0595 of the following OpenSSL
library files:
- On AIX: libivopenssl30.a (32-bit) and libddopenssl30.a (64-bit)
- On other platforms: ivopenssl30.so [.sl] (32-bit) and ddopenssl30.so (64-bit)
Notes:
* The driver supports the following OpenSSL 3.0 providers: Default and
FIPS.
* The FIPS provider is supported only on the following platforms:
Windows 64-bit, Linux 64-bit, and AIX 64-bit.
* The following connection options have been added to configure the
driver to use OpenSSL 3.0: Enable FIPS (EnableFIPS), OpenSSL Config File
(OpenSSLConfigFile), and OpenSSL Provider Path (OpenSSLProviderPath).
For more information on the new connection options and how to configure
the driver to use OpenSSL 3.0, refer to the user's guide.
* When installing a new version of the product, the installer program will
automatically replace the OpenSSL 1.1.1 library files with the OpenSSL 3.0
library files in the install directory, which will impact all the DataDirect
ODBC drivers installed on a machine. Therefore:
- If you are using multiple 8.0 drivers, upgrade all your drivers to the latest
version.
- If you are using both 8.0 and 7.1 versions of the driver, copy the xxtls27.dll
file to a different location before installing a new version of the 8.0 driver.
Copy it back to the install directory once the installation is complete.
End of Support for OpenSSL 1.1.1
--------------------------------
The product no longer includes version 1.1.1 of the OpenSSL library.
The library will reach the end of its product life cycle in September 2023
and will not receive any security updates after that. Note that continuing
to use the library after September 2023 can potentially expose you to
security vulnerabilities.
Note: As a result of this change, when installing a new version of the product,
the installer program will automatically remove version 1.1.1 of the library
from the install directory, which will impact all the DataDirect ODBC drivers
installed on a machine.
Support for MERGE
-----------------
The driver has been enhanced to support MERGE against PostgreSQL 15
and later. MERGE is a SQL command that modifies rows in the target
table using the data from the source table. It can conditionally
INSERT, UPDATE or DELETE rows in a single statement, eliminating the
need to write multiple procedural statements.
End of Support for OpenSSL 1.0.2
--------------------------------
The product no longer includes version 1.0.2 of the OpenSSL library.
The library has reached the end of its product life cycle and is not
receiving security updates anymore. Note that continuing to use the
library could potentially expose you to security vulnerabilities.
Note: As a result of this change, when installing a new version of the
driver, the installer program will automatically remove version 1.0.2
of the library from the install directory.
Batch Mechanism connection option
---------------------------------
The Batch Mechanism (BatchMechanism) connection option has been enhanced to
support the native batch protocol for batch inserts. When BatchMechanism is
set to 4 (NativeBatch), the driver uses the native batch protocol for the
insert operation of all batched parameters. For update and delete batch
operations, the driver uses the native batch mechanism by default to handle
the request.
Support for TLS/SSL server authentication in a serverless environment
---------------------------------------------------------------------
The driver has been enhanced to support TLS/SSL server authentication for
the applications deployed in a serverless environment. The driver stores the
TLS/SSL certificates in memory and lets applications use TLS/SSL server
authentication without storing the truststore file on the disk. To use this
enhancement, specify the content of the certificate in the refreshed
Trust Store (Truststore) connection option or the new
SQL_COPT_INMEMORY_TRUSTSTORECERT pre-connection attribute. Refer to the
user's guide for details.
Use Declare Fetch and Fetch Size connection options
---------------------------------------------------
The Use Declare Fetch (UseDeclareFetch) and Fetch Size (FetchSize)
connection options have been added to the driver.
The Use Declare Fetch option determines whether the driver attempts
to return a result set in a single fetch or across multiple fetches.
If multiple fetches are used, the setting of the Fetch Size option
determines the size of each fetch. For large result sets, retrieving
rows in multiple fetches can improve response time and thereby prevent
possible timeouts. Refer to the user's guide for details.
Password Encryption Tool
------------------------
A Password Encryption Tool, called ddencpwd, is now included with the product
package. It encrypts passwords for secure handling in connection strings and
odbc.ini files. At connection, the driver decrypts these passwords and passes
them to the data source as required.
Unbounded Numeric Precision and Unbounded Numeric Scale
-------------------------------------------------------
The default values for the Unbounded Numeric Precision
(UnboundedNumericPrecision) and Unbounded Numeric Scale
(UnboundedNumericScale) connection options have been changed to -1.
Now, by default, the driver will return the values from the unbounded
NUMERIC columns without modifying their precision and scale.
Release 8.0.2 Features
Driver Enhancements
-------------------
* Note: OpenSSL library 1.1.1l has been replaced with version 1.1.1n. In
addition to fixing multiple new vulnerabilities, version 1.1.1n also
addresses the vulnerabilities resolved by version 1.1.1l.
The default version of the OpenSSL library has been upgraded to version
1.1.1l, which fixes the following security vulnerabilities:
- SM2 Decryption Buffer Overflow (CVE-2021-3711)
- Read buffer overruns processing ASN.1 strings (CVE-2021-3712)
This upgrade is available in build 08.02.0181 of the following OpenSSL library
files: libivtls28.so (32-bit) and libddtls28.so (64-bit).
* The driver has been enhanced to support stored procedures for PostgreSQL 11
and later.
* The CallEscapeBehavior connection option has been added to the driver.
The driver determines whether to call a user-defined function or a
stored procedure based on the value specified for this option.
* The driver has been enhanced to support certificate-based authentication.
It uses TLS/SSL protocol for authentication and authenticates the client to
the server if the TLS/SSL client certificate is issued by a trusted Certificate
Authority (CA) and the Common Name (cn) attribute of the TLS/SSL client
certificate matches the database user name. Two new connection options,
ClientSSLCertificate and ClientSSLKey, have been added to support this
authentication method. Refer to the user's guide for details.
* The ShowSelectableTables connection option has been added to the driver. It
determines whether the driver returns metadata for all tables or only for the
tables for which the user has Select privileges. It can help the users with
restricted select privileges retrieve metadata for the required tables.
* The driver has been enhanced to support the scram-sha-256-plus authentication
method, which uses channel binding for establishing a secure connection with
PostgreSQL (v11.0 and higher).
* The driver has been enhanced with the new BatchMechanism connection option,
which specifies the preferred mechanism for executing batch insert operations.
By setting BatchMechanism to 2 (MultiRowInsert) or 3 (Copy), the driver can
achieve substantial performance gains when performing batch inserts.
Refer to the user's guide for details.
* The driver has been enhanced to support the following data types:
Citext, Float, and Tinyint. Refer to the user's guide for details.
* The drivers using base version B0649 and later have been enhanced
to include timestamp in the internal packet logs by default. If you
want to disable the timestamp logging in packet logs, set
PacketLoggingOptions=1. The internal packet logging is not enabled by
default. To enable it, set EnablePacketLogging=1.
* The Driver Manager for UNIX/Linux has been enhanced to support setting
the Unicode encoding type for applications on a per connection basis.
By passing a value for the SQL_ATTR_APP_UNICODE_TYPE attribute using
SQLSetConnectAttr, your application can specify the encoding at connection.
This allows your application to pass both UTF-8 and UTF-16 encoded strings
with a single environment handle. The valid values for the
SQL_ATTR_APP_UNICODE_TYPE attribute are SQL_DD_CP_UTF8 and SQL_DD_CP_UTF16.
The default value is SQL_DD_CP_UTF8.
* The new AllowedOpenSSLVersions option determines which version of the
OpenSSL library file the driver uses for data encryption when multiple
versions are installed with the product. For example, when specifying a
value of 1.1.1 (AllowedOpenSSLVersions=1.1.1) the driver uses the 1.1.1
version of the library that is installed with the driver.
* A Power BI connector is now included with the product package. You can use this
connector to access your PostgreSQL data with Power BI. Refer to the user's
guide for details.
* The driver has been enhanced to support Select queries with parameterized
arrays.
* The driver has been enhanced to support md5 and scram-sha-256 authentication
methods.
* The driver has been enhanced to support materialized views and foreign tables.
Changed Behavior
----------------
* For PostgreSQL 9.0 and later, the driver behavior has been updated to support
executing multiple prepared statements in a single query that contain inserts
for BYTEA values. However, for versions earlier than PostgreSQL 9.0, this
functionality is not supported and the driver returns an error.
* The default value for the Batch Mechanism (BatchMechanism) connection option
has been changed to 3 (Copy). The driver now, by default, uses the PostgreSQL
COPY command to insert rows into the target table. It allows the driver to
achieve substantial performance improvements over 1 (SingleRowInsert) when
performing batch inserts. Refer to the user's guide for details.
* Support has been deprecated for HP-UX IPF and HP-UX PA-RISC platforms.
Configuring Data Sources
Data sources are stored in the system information file (typically,
odbc.ini). For details on configuring this file, see the PROGRESS DATADIRECT
FOR ODBC FOR POSTGRESQL WIRE PROTOCOL DRIVER USER'S GUIDE.
Driver WorkAround Options
Progress DataDirect has included non-standard connection options (workarounds)
for the driver that enable you to take full advantage of packaged ODBC-enabled
applications requiring non-standard or extended behavior. Refer to the chapter
"WorkAround options" in THE PROGRESS DATADIRECT FOR ODBC DRIVERS REFERENCE for a
description of these options.
Notes, Known Issues, and Restrictions
Limitations of Use Declare Fetch (UseDeclareFetch) connection option
--------------------------------------------------------------------
* The Use Declare Fetch server-side cursor is not supported with:
- SELECT FOR UPDATE queries
- SELECT INTO queries
- Stored procedures
- Batch queries (queries separated with semicolons)
- Keyset cursors
* When Use Declare Fetch is enabled (UseDeclareFetch=1), the Numeric field
values are returned in textual format.
* If you enable the Use Declare Fetch option (UseDeclareFetch=1) when
connecting to a Yellowbrick server and attempt to execute a SQL query with
aggregate functions, such as count() and groupby(), the driver will
return the following error: "Unsupported node for serialization."
Specifying values for the same connection option multiple times
---------------------------------------------------------------
The driver does not support specifying values for the same connection
option multiple times in a connection string or DSN. If a value is
specified using the same attribute multiple times or using both
long and short attributes, the connection may fail or the driver may
not behave as intended.
For SSL Users
-------------
When trying to connect to a database using SSL encryption, you may
receive an error message similar to: "PRNG not seeded". This is because
certain versions of some operating systems do not generate truly random
numbers necessary for encryption. For more information about this error
and available patches, please refer to the Web site:
http://www.openssl.org/support/faq.html#USER1
ODBC Development on UNIX and Linux Platforms
--------------------------------------------
All of the Release 8.0 Core Components (header files, etc.) needed for
development of ODBC applications on UNIX and Linux are installed into
the /include directory created by the product installer.
Please read the notices.txt file in the installation directory for
licensing information regarding the ODBC Core Components. Contact your
Progress DataDirect representative if you have any questions.
Developers using programming languages other than C++:
The DataDirect ODBC Driver Manager is a C++ shared library. The ODBC
Driver Manager can be used with any language that supports loading a
C++ shared library; however, if you are using a programming language
other than C++, you must take additional steps to ensure that the C++
libraries are initialized properly when loaded. If you are not using
C++, consult your compiler documentation for instructions on using C++
shared libraries with your application.
LANG Environment Setting on UNIX and Linux Platforms
----------------------------------------------------
A default installation of the product on UNIX and Linux assumes that
the value of the LANG environment setting is en_US. If your locale is
not set to en_US, the drivers may not return error messages properly.
In this case, you must create a symbolic link in the
<Install_Dir>/locale directory that has the same value as the LANG
environment setting. This link must point to the
<Install_Dir>/locale/en_US directory.
SQLColAttribute(s)
------------------
The column attributes 1001 and 1002, which were assigned as DataDirect-
specific attributes, were inadvertently used as system attributes by
the Microsoft 3.0 ODBC implementation. Applications using those
attributes must now use 1901 and 1902, respectively.
SQL_C_NUMERIC
-------------
Because of inconsistencies in the ODBC specification, users attempting
to use SQL_C_NUMERIC parameters must set the precision and scale values
of the corresponding structure and the descriptor fields in the
Application Parameter Descriptor.
For Developers Using IIS
------------------------
One of the most common connectivity issues encountered while using IIS
(Microsoft's Internet Information Server) concerns the use and settings
of the account permissions. If you encounter problems using DataDirect
drivers with an IIS server, refer to KnowledgeBase document number 4274
on the Progress DataDirect web site:
http://knowledgebase.datadirect.com.
Documentation
PROGRESS DATADIRECT FOR ODBC FOR POSTGRESQL WIRE PROTOCOL DRIVER
DOCUMENTATION SET
-----------------------------------------------------------------
The user's guide is available as an HTML help system on the DataDirect
documentation web page:
https://docs.progress.com/category/datadirect-postgresql
You can also launch the help system by clicking Help (? button) in the
Setup dialog box.
Installed Files for the 32-bit Driver
This file list assumes a full installation of the 32-bit driver and
documentation.
The installer copies the following files and subdirectories to the
product installation directory, by default:
/opt/Progress/DataDirect/ODBC_32bit:
/<install_dir>/:
----------------
IVODBC.LIC DataDirect license file
license.txt Progress DataDirect license agreement
odbc.csh Setup script for C shell
odbc.ini Sample odbc.ini file
odbcinst.ini Sample odbcinst.ini file
odbc.sh Setup script for Bourne shell
/bin:
-----
ivtestlib Test application to check that required
libraries are present and loadable
/FIXES/:
--------
fixes8.0.txt List of fixes since last release
/help:
------
*.html HTML redirects to online connector help systems
and documentation resources
/include:
---------
odbcinst.h Include files
qesqlext.h
sql.h
sqlext.h
sqltypes.h
sqlucode.h
sqlunx.h
/install/:
---------
*.* Files associated with the installer program
/lib:
-----
ivopenssl30.so TLS/SSL support file (OpenSSL library
version 3.0) [libivopenssl30.a on AIX]
ivopenssl.so TLS/SSL support file (OpenSSL library
version 3.5) [libivopenssl.a on AIX]
ivpsql28.so PostgreSQL WP driver
ivtrc28.so Progress DataDirect trace library
libivcurl28.so Library used for HTTP connections
libivicu.a Unicode conversion tables for AIX platforms
libivicu.so Unicode conversion tables for Linux and
Solaris platforms
libodbc.so ODBC Driver Manager
libodbcinst.so ODBC Installer
/locale/en_US/LC_MESSAGES:
--------------------------
ivpsql28.mo PostgreSQL WP driver message file
ivpsql28.po PostgreSQL WP driver message file source
odbc.m ODBC Driver Manager message file
odbc.po ODBC Driver Manager message source
/NOTICES:
---------
ODBC for PostgreSQL v8.0
notices.txt Third-party vendor license agreements
/READMES:
---------
ODBC for PostgreSQL v8.0
readme.txt This file
/samples/bulk/:
---------------
bulk Bulk application
bulk.c Bulk example source
bulk.mak Bulk example make file
bulk.txt Bulk example description
ddlogging.properties Log configuration file for the
PostgreSQL driver
/samples/bulkstrm/:
-------------------
bulk.cpp Bulk streaming example source
bulk.hpp Bulk streaming example header
bulkstrm Bulk streaming example application
bulkstrm.txt Bulk streaming example description
main.cpp Bulk streaming example source
msgprintf.hpp Bulk streaming example header
streambulk.mak Bulk streaming example make file
ddlogging.properties Log configuration file for the
PostgreSQL driver
/samples/example/:
------------------
example Example application
example.c Example source
example.h Example header
example.mak Example make file
ddlogging.properties Log configuration file for the
PostgreSQL driver
/samples/trn/:
--------------
makefile Translation Library example make file
readme.trn Translation Library example description
translat.c Translation Library example source file
/tools:
-------
ddencpwd Password Encryption Tool
ddextu License Extender utility
ddprocinfo Processor Information utility
/uninstall/:
------------
*.* Files used to uninstall the product
Installed Files for the 64-bit Driver
This file list assumes a full installation of the 64-bit driver and
documentation.
The installer copies the following files and subdirectories to the
product installation directory, by default:
/opt/Progress/DataDirect/ODBC_64bit:
/<install_dir>/:
----------------
DDODBC.LIC DataDirect license file
license.txt Progress DataDirect license agreement
odbc.csh Setup script for C shell
odbc.ini Sample odbc.ini file
odbcinst.ini Sample odbcinst.ini file
odbc.sh Setup script for Bourne shell
/bin:
-----
ddtestlib Test application to check that required
libraries are present and loadable
/FIXES/:
--------
fixes8.0.txt List of fixes since last release
/help:
------
*.html HTML redirects to online connector help systems
and documentation resources
/include:
---------
odbcinst.h Include files
qesqlext.h
sql.h
sqlext.h
sqltypes.h
sqlucode.h
sqlunx.h
/install/:
---------
*.* Files associated with the installer program
/lib:
-----
ddopenssl30.so TLS/SSL support file (OpenSSL library
version 3.0) [libddopenssl30.a on AIX]
ddopenssl.so TLS/SSL support file (OpenSSL library
version 3.5) [libddopenssl.a on AIX]
ddpsql28.so PostgreSQL WP driver
ddtrc28.so Progress DataDirect trace library
fips.so Support file for FIPS provider
libddcurl28.so Library used for HTTP connections
libddicu.a Unicode conversion tables for AIX platforms
libddicu.so Unicode conversion tables for Linux, Solaris
and IBM Power 8 platforms
libodbc.so ODBC Driver Manager
libodbcinst.so ODBC Installer
openssl.cnf Configuration file for FIPS provider
/locale/en_US/LC_MESSAGES:
--------------------------
ddpsql28.mo PostgreSQL WP driver message file
ddpsql28.po PostgreSQL WP driver message file source
odbc.m ODBC Driver Manager message file
odbc.po ODBC Driver Manager message source
/NOTICES/:
---------
ODBC for PostgreSQL v8.0
notices.txt Third-party vendor license agreements
/READMES/:
---------
ODBC for PostgreSQL v8.0
readme.txt This file
/samples/bulk/:
---------------
bulk Bulk application
bulk.c Bulk example source
bulk.mak Bulk example make file
bulk.txt Bulk example description
ddlogging.properties Log configuration file for the
PostgreSQL driver
/samples/bulkstrm/:
-------------------
bulk.cpp Bulk streaming example source
bulk.hpp Bulk streaming example header
bulkstrm Bulk streaming example application
bulkstrm.txt Bulk streaming example description
main.cpp Bulk streaming example source
msgprintf.hpp Bulk streaming example header
streambulk.mak Bulk streaming example make file
ddlogging.properties Log configuration file for the
PostgreSQL driver
/samples/example/:
-------------------
example Example application
example.c Example source
example.h Example header
example.mak Example make file
/samples/trn/:
--------------
makefile Translation Library example make file
readme.trn Translation Library example description
translat.c Translation Library example source file
/tools:
-------
ddencpwd Password Encryption Tool
ddextu License Extender utility
ddprocinfo Processor Information utility
/uninstall/:
------------
*.* Files used to uninstall the product
~~~~~~~~~~~~~~~
April 2026
End of README