提交 282a2362 编写于 作者: S Serge Rider

PG toast tables view

上级 db1db3e5
......@@ -403,6 +403,8 @@ public class PostgreSchema implements DBSSchema, DBPSaveableObject, DBPRefreshab
return new PostgreTableForeign(PostgreSchema.this, dbResult);
case S:
return new PostgreSequence(PostgreSchema.this, dbResult);
case t:
return new PostgreTableRegular(PostgreSchema.this, dbResult);
default:
log.warn("Unsupported PostgreClass '" + kind + "'");
return null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册