PostgreSQL parameters
- Last Updated: March 6, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 4.6
- Documentation
While Hybrid Data Pipeline supports JDBC, ODBC, and OData client application access to PostgreSQL, the Hybrid Data Pipeline server uses the Progress DataDirect for JDBC for PostgreSQL driver to connect to PostgreSQL. Therefore, the following documentation resources include information from Progress DataDirect driver guides.
scram-sha-256
authentication, the user password must be greater than 112 bits in length (equivalent to
14 UTF-8 Latin block characters). If this requirement is not met, the product will time
out or return the error
org.bouncycastle.crypto.fips.FipsUnapprovedOperationError: password must be
at least 112 bits.| Resource | Description |
|---|---|
|
With the exception of OData parameters, PostgreSQL parameters are based on the JDBC driver's connection properties. Therefore, for details on parameters, refer to these connection property descriptions in the Progress DataDirect for JDBC for PostgreSQL Driver User's Guide. Note:
|
|
|
See this resource for details on configuring a Hybrid Data Pipeline data source for OData connectivity. |
|
|
For information on supported JDBC data types, refer to this resource in the Progress DataDirect for JDBC for PostgreSQL Driver User's Guide. |
|
|
For information on supported ODBC data types, refer to this resource in the Progress DataDirect for ODBC for PostgreSQL Wire Protocol Driver User's Guide. |
|
|
SQL support |
Hybrid Data Pipeline supports the core SQL-92 grammar. |