Gerenciar o banco de de dados PostgresSQL
Iniciando o Postgresql:
$ sudo systemctl start postgresql
Parando o Postgresql:
$ sudo systemctl stop postgresql
Reiniciando o Postgresql:
$ sudo systemctl restart postgresql
Iniciando o Postgresql:
$ sudo systemctl start postgresql
Parando o Postgresql:
$ sudo systemctl stop postgresql
Reiniciando o Postgresql:
$ sudo systemctl restart postgresql
No Comments