Notices during execution - Mailing list psycopg

From Jason McKellar
Subject Notices during execution
Date
Msg-id CAGZuaCyV4_e+-ZBuBFkjQO2StnNxdAveLNywhpGVZ+3EU7HfJQ@mail.gmail.com
Whole thread Raw
Responses Re: Notices during execution
List psycopg
Hello,

Is there a way to get messages output using raise notice while a function is executing?

I have a long-running (10 minutes) function that raises notices every 10 seconds or so about what it is currently doing and would like to view them while the function is running. I suppose a workaround if I can't do this in Psycopg2 is to execute psql and get the stdout.

Thanks,

Jason

psycopg by date:

Previous
From: Marco Beri
Date:
Subject: Re: About pyvertica (a clone of pyscopg2)
Next
From: Oswaldo
Date:
Subject: Re: Notices during execution