Forum OpenACS Q&A: Re: Starting/Stopping individual PG database vs database cluster

Using Postgres, is it possible to start/stop an individual database instead of the entire database cluster?

It's not possible to restart an individual database in PG, but I've never felt that I needed that functionality. You can dump, drop, re-create and reload a database without having to restart PG.