Class PostgreSQL91Dialect

  • All Implemented Interfaces:
    ConversionContext

    @Deprecated
    public class PostgreSQL91Dialect
    extends PostgreSQLDialect
    Deprecated.
    use PostgreSQLDialect(910)
    An SQL dialect for Postgres 9.1 and later, adds support for PARTITION BY as a keyword.
    • Constructor Detail

      • PostgreSQL91Dialect

        public PostgreSQL91Dialect()
        Deprecated.