提交 63d0948d 编写于 作者: S Serge Rider

#382 PG content assistant fix

上级 e9b4b3fd
......@@ -97,6 +97,9 @@ public class PostgreStructureAssistant extends JDBCStructureAssistant
if (ownerSchema != null) {
nsList.add(0, ownerSchema);
} else {
// Do not limit object search with search path
// Otherwise you can't find anything else.
// But maybe autocomplete should work only with search path???
/*
for (String sn : dataSource.getSearchPath()) {
final PostgreSchema schema = database.getSchema(session.getProgressMonitor(), sn);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册