postgresql triggers to update GUI?

Dave Kuhlman dkuhlman at rexx.com
Tue Nov 27 16:10:10 EST 2001


Python supports SOAP and XML-RPC, both server-side and client-side. 
Perhaps, have your Python trigger make a SOAP or XML-RPC request to a SOAP
or XML-RPC server implemented in your (gui) application.

  - Dave


Bengt Richter <bokr at accessone.com> wrote:
> 
> On Mon, 26 Nov 2001 15:28:26 -0500, "Steve Holden" <sholden at holdenweb.com> wrote
> :
> 
>>"Robert Nikander" <nikander at mindspring.com> wrote ...
>>> Hi,
>>>
>>> I am writing a python program that uses a postgresql db backend.  I would
>>> like to update the gui whenever a change in certain tables occurs, so it
>>> would be nice to use triggers rather than generating the 'events' when I
>>> update the db.  That way I get cascading changes.  Does anyone know of a
>>> python module that supports postresql triggers? ie: you can create a
>>> trigger that calls a python function?  Is there another solution here
>>> that I am missing?
>>>

-- 
Dave Kuhlman
dkuhlman at rexx.com


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----==  Over 80,000 Newsgroups - 16 Different Servers! =-----



More information about the Python-list mailing list