Hi Dave,
P3 is a good idea.
I think the best way to configure notifications is on a per job level. So I
need two fields in the pga_job table:
alter table pgagent.pga_job add column jobmailnotkind varchar(7) check
(jobmailnotkind in ('Success','Failure','Both'));
alter table pgagent.pga_job add co
Hi
On Mon, Dec 27, 2010 at 9:46 AM, Jasmin Dizdarevic
wrote:
> Hi Dave,
> P3 is a good idea.
> I think the best way to configure notifications is on a per job level. So I
> need two fields in the pga_job table:
> alter table pgagent.pga_job add column jobmailnotkind varchar(7) check
> (jobmailnot
Okay, I'm almost done. Actually there is a problem with building the wxSMTP
package, so it doesn't send mails yet.
If this is done, I'm going to test it on Windows and *nix.
Time to take care about some other things:
1. I'm coding on Windows with VS 2010. I've downloaded the source files and
run