提交 64d132c3 编写于 作者: S Serge Rider

#1101 PG: drop index fix

上级 944d74ce
......@@ -91,8 +91,7 @@ public class PostgreIndexManager extends SQLIndexManager<PostgreIndex, PostgreTa
@Override
protected String getDropIndexPattern(PostgreIndex index)
{
return /*"ALTER TABLE " + PATTERN_ITEM_TABLE + */
"DROP INDEX " + PATTERN_ITEM_INDEX_SHORT; //$NON-NLS-1$ //$NON-NLS-2$
return "DROP INDEX " + PATTERN_ITEM_INDEX; //$NON-NLS-1$
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册