Re: Python + listen/notify
От | Filipe brandão |
---|---|
Тема | Re: Python + listen/notify |
Дата | |
Msg-id | CAAOJB6e8QQKgbMKM0xqLgaJgNR_kBxZrXEt0Rm8f=8DEsu_1bQ@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Python + listen/notify (Josh Kupershmidt <schmiddy@gmail.com>) |
Список | pgsql-general |
Hei Josh, problem solved!
Thanks for your help!
--
Filipe Brandão
Thanks for your help!
On Wed, Jul 11, 2012 at 4:27 PM, Josh Kupershmidt <schmiddy@gmail.com> wrote:
[Please keep the list CC'd]
On Wed, Jul 11, 2012 at 3:58 AM, Filipe brandão <fg.brandao@gmail.com> wrote:
> Now, i only need to link these processes (trigger completion and running the
> script).
> How can i do it with Listen / Notify? Issue a notify in the end of the
> trigger and a listen on the python script?
Yes, that should work fine. See the doc pages for LISTEN and NOTIFY:
http://www.postgresql.org/docs/current/static/sql-listen.html
http://www.postgresql.org/docs/current/static/sql-notify.html
Along with the link I sent earlier to the psycopg2 section, assuming
you are in fact using psycopg2 as your database connector. I suggest
trying out the psycopg2 example in their docs verbatim first, then
adapting the example to your own code.
--
Filipe Brandão
В списке pgsql-general по дате отправления: