用户讨论:Jinzd
来自Ubuntu中文
PostgreSQL
For newest Ubuntu 16.04 postgresql is ready to install:
jinzd@ubuntu:~S sudo apt install postgresql-9.5
Get postgresql ready to use, set password is the first step:
sudo -u postgres psql template1 template1=# \password postgres; or sudo -u postgres psql postgres postgres=# \password postgres;