NOTIFY in asynchronous mode - Mailing list psycopg

From Tobias Oberstein
Subject NOTIFY in asynchronous mode
Date
Msg-id 634914A010D0B943A035D226786325D42D0C0CE30F@EXVMBX020-12.exch020.serverdata.net
Whole thread Raw
Responses Re: NOTIFY in asynchronous mode
List psycopg
Hello,

is it possible to use notification (sent via NOTIFY from Postgres) in asynchronous mode?

Background:

I want to use

https://github.com/wulczer/txpostgres

which wraps psycopg2 in asynchronous mode for use in Twisted without the need
of running a background thread pool.

And I want to use NOTIFY.

Thanks!

psycopg by date:

Previous
From: Federico Di Gregorio
Date:
Subject: Re: ETA for 2.4.3 release? And stability of git repository branch?
Next
From: Daniele Varrazzo
Date:
Subject: Re: NOTIFY in asynchronous mode