Answers for "how to install postgresql on manjaro linux"

SQL
3

install postgresql ubuntu

sudo apt install postgresql postgresql-contrib
Posted by: Guest on July-18-2020
0

how to install postgresql in manjaro

sudo pacman -S yay
yay -S postgresql pgadmin4

sudo -u postgres -i
initdb --locale $LANG -E UTF8 -D '/var/lib/postgres/data/'
exit

sudo systemctl enable --now postgresql
sudo systemctl status postgresql
Posted by: Guest on February-07-2021

Code answers related to "how to install postgresql on manjaro linux"

Code answers related to "SQL"

Browse Popular Code Answers by Language