Answers for "If db is being used by other users"

0

If db is being used by other users

ps -ef | grep postgres
# to kill use below command
sudo kill -9 PID
Posted by: Guest on February-14-2022

Code answers related to "If db is being used by other users"

Browse Popular Code Answers by Language