Class PostgreSQL92Dialect

  • All Implemented Interfaces:
    ConversionContext

    @Deprecated
    public class PostgreSQL92Dialect
    extends PostgreSQLDialect
    Deprecated.
    use PostgreSQLDialect(920)
    An SQL dialect for Postgres 9.2 and later, adds support for JSON data type, and IF EXISTS after ALTER TABLE.
    • Constructor Detail

      • PostgreSQL92Dialect

        public PostgreSQL92Dialect()
        Deprecated.