Class PostgreSQLSpecifics


  • public class PostgreSQLSpecifics
    extends DBSpecifics
    PostgreSQL-specific implementation of DB methods. Intended for PostgreSQL 8.3 and above.

    PostgreSQL does not support the CLOB datatype but instead provides a "text" data type. See http://www.postgresql.org/docs/current/static/datatype-character.html.