2023-03-29
openggauss创建自定义函数报错。
我在3.0.0企业版本上创建自定义函数时,报如下错误。
Begin
return i + 1;
END;
$$ LANGUAGE plpgsql;
ERROR: autonomous transaction failed to create autonomous session
DETAIL: could not connect to server: Operation now in progress
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections on port 5432?
could not connect to server: Operation now in progress
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?
我来答
添加附件
收藏
分享
问题补充
7条回答
默认
最新
回答交流
提交
问题信息
请登录之后查看
邀请回答
暂无人订阅该标签,敬请期待~~
墨值悬赏

评论


