Answers for "installation de postgresql"

1

install postgresql

yum install postgresql-server postgresql-contrib -y
postgresql-setup initdb
systemctl enable postgresql 
sudo systemctl start postgresql
systemctl status postgresql
Posted by: Guest on January-08-2022
1

install postgresql

sudo snap install postgresql96
Posted by: Guest on April-27-2021

Browse Popular Code Answers by Language