从 mac 中删除 postgresql 服务器
delete postgresql server from mac
我在 mac 和 brew install postgres
上安装了 postgresql 服务器,因为我想练习它,但似乎我安装了错误的东西?我需要的是 运行 官方网站的安装程序 ?
我找不到如何卸载 postgresql 服务器
您安装的是正确的。但是如果你想安装 postgres 的 .dmg 包那么你也可以这样做。
首先,使用
卸载当前版本的Postgres
brew uninstall postgres
然后导航到下面的 URL 以获取您想要的 Postgres .dmg 包
offical Postgres .dmg for mac
披露:我为 EnterpriseDB (EDB)
工作
我在 mac 和 brew install postgres
上安装了 postgresql 服务器,因为我想练习它,但似乎我安装了错误的东西?我需要的是 运行 官方网站的安装程序 ?
我找不到如何卸载 postgresql 服务器
您安装的是正确的。但是如果你想安装 postgres 的 .dmg 包那么你也可以这样做。
首先,使用
卸载当前版本的Postgresbrew uninstall postgres
然后导航到下面的 URL 以获取您想要的 Postgres .dmg 包 offical Postgres .dmg for mac
披露:我为 EnterpriseDB (EDB)
工作