Hi,
...
> When I start PostgreSQL, I use the command
> /etc/rc.d/init.d/postgresql start
> and pg_ctl starts.
...
> But only pg_ctl and one postmaster stops :-(
killall postmaster; killall pg_ctl;
...
> Isn't there an easir way to shutdown all postmasters? What if I had a
> larger setup with 100 postmasters? That would take ages.....
*I think* "/etc/rc.d/init.d/postgresql stop" should do the trick.
// Jarmo