📜  how-can-i-start-postgresql-server-on-mac-os-x - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:18.429000             🧑  作者: Mango

代码示例1
If you want to manually start and stop PostgreSQL (installed via Homebrew), the easiest way is:

brew services start postgresql

and

brew services stop postgresql

If you have a specific version, make sure to suffix the version. For example:

brew services start postgresql@10