Hibernate Schema Management Tool does not properly drop sequences for PostgresSQL 8.2+
Description
PostgresSQL 8.2 added the new syntax:
The existing PostgreSQL82Dialect and its derivatives do not support this and therefore sequences are not being properly removed when using create or create-drop.
PostgresSQL 8.2 added the new syntax:
The existing PostgreSQL82Dialect and its derivatives do not support this and therefore sequences are not being properly removed when using
create
orcreate-drop
.