Is it possible to setup PT3 and PostgreSQL so that the seven postgres.exe processes and pg_ctl.exe process are only started when I'm using PT3 and killed when I exit PT3?
So basically... is it possible to setup PostgreSQL so that it's only running when I'm using PT3?
I suppose it could be done with pg_ctl since it's used in Windows Services for starting the PostgreSQL service, but what's the best way?