I will be using SQLAlchemy on top of PostgreSQL and I plan to take
advantage of this NOTIFY / LISTEN mechanism offered by PostgreSQL. In
the psycopg2 distro, I came across an example snippet that shows how
to obtain notifications (http://www.initd.org/tracker/psycopg/browser/
psycopg2/tags/2_0_5/examples/notify.py), but it seems that I need a
reference to a psycopg.cursor object. Is there anyway to get that from
sqlalchemy?

Thanks in advance,

Dimitris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to