提交 912d8f26 编写于 作者: S Serge Rider

PG: do not show non-default databses by default

上级 32350532
......@@ -98,7 +98,7 @@ public class PostgreDataSource extends JDBCDataSource implements DBSObjectSelect
databaseCache = new DatabaseCache();
DBPConnectionConfiguration configuration = getContainer().getActualConnectionConfiguration();
final boolean showNDD = CommonUtils.getBoolean(configuration.getProviderProperty(PostgreConstants.PROP_SHOW_NON_DEFAULT_DB), true);
final boolean showNDD = CommonUtils.getBoolean(configuration.getProviderProperty(PostgreConstants.PROP_SHOW_NON_DEFAULT_DB), false);
List<PostgreDatabase> dbList = new ArrayList<>();
if (!showNDD) {
PostgreDatabase defDatabase = new PostgreDatabase(monitor, this, activeDatabaseName);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册