On 7/24/06, Jun Li <[EMAIL PROTECTED]> wrote:
I meant the unique indexes created by defining unique constraints. For other unique indexes should still use DROP INDEX table_name.index_name.
Well, that's different as unique constraints (without the index) are currently not supported by DdlUtils (see http://issues.apache.org/jira/browse/DDLUTILS-85). Tom
