How to stop postgres?

Init scripts typically are set up, allowing you to do something like:
# /etc/init.d/postgresql stop

Home