CentOS 7, PostgreSQL 9.5 Installation From PostgreSQL Yum Repository

preview_player
Показать описание
This is video guide howto install PostgreSQL 9.5 in CentOS 7 From PostgreSQL Yum Repository
Рекомендации по теме
Комментарии
Автор

Not a bad video and helpful. Another way to be more helpful is to put all those commands in your description so we didn't have to re-type all of those commands.

GuySwartwood
Автор

thanks ..just one thing you wont be able to connect through host unless you edit postgresql.conf file by sudo vi /var/lib/pgsql/10/pg_hba.conf
and then change: # listen_address =’localhost’ to listen_address =’*’ (do not forget to uncomment this line) and then restart postgresql by sudo systemctl restart postgresql-10 ..after all of that u will be able to coonect by: psql -U salika -d salika -h 192.168.x.x where x is your address

wisamkhalid