Class PostgresqlDbmsSupport

java.lang.Object
org.frankframework.dbms.GenericDbmsSupport
org.frankframework.dbms.PostgresqlDbmsSupport
All Implemented Interfaces:
IDbmsSupport

public class PostgresqlDbmsSupport extends GenericDbmsSupport
Support for PostgreSQL.

Limitations: PostgreSQL blobs and clobs are handled via byte arrays that are kept in memory. The maximum size of blobs and clobs is therefor limited by memory size.