pacman -S postgresql
sudo -u postgres initdb --locale=C.UTF-8 --encoding=UTF8 -D '/var/lib/postgres/data'
sudo systemctl start postgresql.service
sudo -u postgres psql
``
| Name | Name | Last commit date | ||
|---|---|---|---|---|
pacman -S postgresql
sudo -u postgres initdb --locale=C.UTF-8 --encoding=UTF8 -D '/var/lib/postgres/data'
sudo systemctl start postgresql.service
sudo -u postgres psql
``