postgresql_select 在 macports 上的用法

发布于 2024-12-11 11:12:11 字数 138 浏览 0 评论 0原文

在 macports 上,有一个名为 postgresql_select 的包,

这是否旨在作为一个实用程序来选择当前活动的 postgresql 版本(假设我的 Mac 上安装了多个版本的 postgresql)? 如果是这样,我该如何使用它?

On macports, there's a package called postgresql_select

Is this intended as a utility to select a current active version of postgresql (assuming I have multiple versions of postgresql installed on my Mac)?
If so, how do I use it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

洒一地阳光 2024-12-18 11:12:11

这可以解决问题。

sudo port select --set postgresql postgresql90

其中“postgresql”表示我们要设置的组,第二个参数“postgresql90”是我们要设为默认的版本。

然而,在撰写本文时,设置为 postgresql91 无法正常工作,请参考 https://trac.macports。 org/ticket/31335

This does the trick.

sudo port select --set postgresql postgresql90

Where "postgresql" indicates the group in which we want to set and the second argument "postgresql90" is the version we want to make as default.

However, at this time of writing, setting to postgresql91 is not working correctly, reference https://trac.macports.org/ticket/31335

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文