提交 1a8378bd 编写于 作者: S Serge Rider

PG: save/refresh functions fix

上级 b2c08a74
......@@ -489,9 +489,7 @@ public class PostgreProcedure extends AbstractProcedure<PostgreDataSource, Postg
@Override
public DBSObject refreshObject(@NotNull DBRProgressMonitor monitor) throws DBException {
body = null;
procSrc = null;
return this;
return getContainer().proceduresCache.refreshObject(monitor, getContainer(), this);
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册