postgresql triggers to update GUI?
Ng Pheng Siong
ngps at madcap.dyndns.org
Tue Nov 27 10:26:27 EST 2001
More information about the Python-list mailing list
Tue Nov 27 10:26:27 EST 2001
- Previous message (by thread): postgresql triggers to update GUI?
- Next message (by thread): (no subject)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
According to Mikhail Terekhov <terekhov at emc.com>: > Look for LISTEN/NOTIFY in the Postgres documentation. > You need: > 1. Create trigger on the tables in question which sends > a notify <notify name> > 2. In your application use LISTEN <notify name> > after connecting to the database and then periodically > check for notify. Look at pgnotify: http://www.post1.com/home/ngps Cheers. -- Ng Pheng Siong <ngps at post1.com> * http://www.post1.com/home/ngps
- Previous message (by thread): postgresql triggers to update GUI?
- Next message (by thread): (no subject)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list