Re: [GENERAL] Need some advice on appropriate PL strategy... ["solved/thanks"]

2004-10-14 Thread Michael Fuhr
On Tue, Oct 12, 2004 at 12:20:46PM -0400, Eric D Nielsen wrote: > > I was hoping for a get/easy solution, but those never pan out :) Here's a trivial Python program that handles NOTIFY events; it couldn't get much easier: #!/usr/local/bin/python import psycopg import select conn = psycopg.conn

Re: [GENERAL] Need some advice on appropriate PL strategy... ["solved/thanks"]

2004-10-12 Thread Eric D Nielsen
> From: Greg Stark <[EMAIL PROTECTED]> > Subject: Re: Need some advice on appropriate PL strategy... > Message-ID: <[EMAIL PROTECTED]> > > "Eric D. Nielsen" <[EMAIL PROTECTED]> writes: > > I guess I could alternatively just code up a simple mail function in > another PL > > and then call that func