Re: [GENERAL] Automation using postgres

2007-08-08 Thread Decibel!
On Wed, Aug 08, 2007 at 11:48:28AM -0400, Jasbinder Singh Bali wrote: > Hi, > > I my system, I am using postgres triggers to launch some unix tools and thus > postgres not only serves the purpose of data storage but also works as an > engine to automate the whole system. (this is about my system,

[GENERAL] Automation using postgres

2007-08-08 Thread Jasbinder Singh Bali
Hi, I my system, I am using postgres triggers to launch some unix tools and thus postgres not only serves the purpose of data storage but also works as an engine to automate the whole system. (this is about my system, talking on a broader level ) I just wanted to know if there's any related work