PostgreSQL

Advanced Server JDBC Connector Driver

DataSource

Transaction Type DataSource Class
NO_TRANSACTION, LOCAL_TRANSACTION
com.edb.ds.PGSimpleDataSource
XA_TRANSACTION
com.edb.xa.PGXADataSource

Driver JAR

For information about the specific version of the client driver JARs to use, see IBM webMethods Adapters System Requirements.

Required Connection Property Fields

Driver Name Server Name User Password Database Name Port Number Network Protocol
Advanced Server JDBC Connector Driver Yes Yes Yes Yes Yes No

For more information about limitations, see Limitations.

PostgreSQL JDBC Driver

DataSource

Transaction Type DataSource Class
NO_TRANSACTION, LOCAL_TRANSACTION
org.postgresql.ds.PGSimpleDataSource
XA_TRANSACTION
org.postgresql.xa.PGXADataSource

Driver JAR

For information about the specific version of the client driver JARs to use, see IBM webMethods Adapters System Requirements.

Other Properties

Specify the parameters in the Other Properties field:

Parameter Description
postgresql.casesensitive Enclose the table names, column names, and procedure names in quotes if the values are in upper case or camel case. Possible values are:
  • true. Default. The table names, column names, and procedure names are enclosed in quotes if the values are in upper case or camel case.
  • false. The table names, column names, and procedure names are not enclosed in quotes if the values are in upper case or camel case.
For example:
postgresql.casesensitive=true

Required Connection Property Fields

Driver Name Server Name User Password Database Name Port Number Network Protocol
PostgreSQL JDBC Driver No No No No No No

For more information about limitations, see Limitations.

Limitations

Driver Database/

Adapter IS Operating System/

Platform Affected

Limitation Description
Advanced Server JDBC Connector Driver Postgres Plus Advanced Server 9.0/

Any supported operating system

This driver does not support Query timeout.
PostgreSQL JDBC Driver PostgreSQL This driver does not support:
  1. Services: StoredProcedure, StoredProcedureWithSignature
  2. Notifications: InsertNotifications, UpdateNotifications, DeleteNotifications, StoredProcedureNotifications, StoredProcedureNotificationsWithSignature, and OrderedNotifications