安装postgresql
直接命令行安装,各个系统有各自的安装工具,根据它来安装即可
Mac
brew install postgresql -y
Linux
apt-get install postgresql -y
CentOS
yum install postgresql -y
启动:brew services start postgresql 更新:brew upgrade postgresql