提交 7b7841c4 编写于 作者: S Serge Rider 提交者: GitHub

Merge pull request #7601 from pekhterev/devel

Fixed tablespace option selection in the PostgreSQL database creation…

Former-commit-id: 65835025
......@@ -121,7 +121,7 @@ public class PostgreCreateDatabaseDialog extends BaseDialog
if (tablespaceCombo.getSelectionIndex() == 0) {
tablespace = null;
} else {
tablespace = allTablespaces.get(tablespaceCombo.getSelectionIndex());
tablespace = allTablespaces.get(tablespaceCombo.getSelectionIndex() - 1);
}
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册