PHP、PDO 和 pgpool 的问题
我有两台计算机,有两个 Postgre 数据库。我正在使用 PHP 和 PDO 并使用 pgpool。
我经常收到此错误
错误:pgpool 检测到插入、更新或删除的元组数量存在差异。
或者我收到一条错误消息,指出连接已断开。没有 pgpool 一切正常。
这是一个已知问题吗?
I have two computers with two Postgre databases. I am using PHP with PDO and working with pgpool.
Often times I receive this error
ERROR: pgpool detected difference of the number of inserted, updated or deleted tuples.
Or I get an error saying that the connection is out. Everything works fine without pgpool.
Is this is a known problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题出在表的不同顺序中
Problem was in different sequences of table