标签: postgresql terminal postgres.app
如何在不使用gui的情况下停止特定的Postgres.app群集。
而不是gui,我想使用bash / Terminal.app
我还应该指出,Postgres应用程序有一个这样的菜单
因此,如果我执行kill,菜单会显示错误的状态吗?
kill
答案 0 :(得分:1)
可以使用pg_ctl
pg_ctl
pg_ctl stop -D <path to postgres data dir>
实施例
pg_ctl stop -D ~/Postgres/pg96/data