postgresql status command ubuntu code example
Example 1: postgresql status ubuntu
sudo /etc/init.d/postgresql status
Example 2: postgres status ubuntu
sudo systemctl status postgresql
sudo /etc/init.d/postgresql status
sudo systemctl status postgresql