Linux下,postgreSQL的查看与重启

查看命令:
ps aux | grep postgres
netstat -npl | grep postgres

重启命令:
#su - postgres
$pg_ctl restart



你可能感兴趣的:(Linux下,postgreSQL的查看与重启)