Slony、pgAdmin 和集群复制的问题
我在 pgAdmin 中的复制方面遇到一些问题。它说:
Slony 创建脚本不可用。
我使用 File >选项
并指示我认为它们所在的路径“usr/share/slony”。因为该目录有 xxid.v80.sql 以及所有这些。
我的问题是,pgAdmin 仍然无法识别集群的创建脚本。
我的设置:SO-Ubuntu、pgAdmin、PostgreSQL 8.4
有什么想法吗?
I'm having some problems with replication in pgAdmin. It says:
Slony creation scripts not available.
I use File > Options
and indicate the path "usr/share/slony" where I suppose they are. Because that directory has xxid.v80.sql
and all of them.
My problem is, pgAdmin still doesn't recognize the creation scripts for the cluster.
My setup: SO-Ubuntu, pgAdmin, PostgreSQL 8.4
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于某种原因,slony 1.2 版在 pgadmin3 1.10 或 postgres 8.4 上存在一些问题(我是这么认为的)。我刚刚从 sinaptyc 卸载了 slony 版本,并从源代码 (slony1.tar.bz2) 安装了 slony v2.0.6,postgres 8.4 一切正常
希望这会有所帮助,
for some reason version 1.2 of slony has some troubles with pgadmin3 1.10 or postgres 8.4 (That's what I asume). I just uninstalled version of slony from sinaptyc and installed slony v2.0.6 from source (slony1.tar.bz2) and everything worked fine for postgres 8.4
Hope this helps,