pgAdmin 1.12.0 和 sql-assistant 不能一起工作
由于升级到最终的 9.0 postgresql 最新的 sql-assistant (5.1.10) 无法与 pgAdmin 1.12.0 一起使用任何想法为什么会这样?或者有人知道任何类似于 sql-assistant 软件可以与 postgresql 9.0 一起使用吗?
Since upgrading to final 9.0 postgresql latest sql-assistant (5.1.10) doesn't work with pgAdmin 1.12.0 Any ideas why so? Or anybody knows any similar to sql-assistant software to work with postgresql 9.0?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PostgreSQL 9.0 附带了新版本的 pgAdmin 以便使用它。它显然包含更改(d'uh)。您可能只需要等待与 1.12 兼容的 sql-assistant 新版本 - 您最好的选择是联系该供应商并询问他们预计何时发布兼容版本。
您可以通过可用的单独软件包降级到 pgAdmin 1.10,但这与 9.0 不兼容,因此它可能会破坏比它修复的更多内容。
PostgreSQL 9.0 comes with a new version of pgAdmin in order to work with it. It obviously contains changes (d'uh). You probably just need to wait for a new version of sql-assistant that's compatible with 1.12 - your best bet is to contact the vendor of that and ask when they expect to release a compatible version.
You could downgrade to pgAdmin 1.10 via the separate packages available, but that isn't compatible with 9.0, so it's likely to break a lot more than it fixes.