Postgresql安装过程
文章目录安装Postgresql数据库创建用户以及相应的数据库更改配置文件,使用账号密码访问我的系统是Ubuntu18.04的,安装Postgresql数据库sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'wget --quiet -O - https://www.postgresql.o









