Re: Handling notices, warnings, etc.
"Joel Nothman" <[email protected]>
| Newsgroups | gmane.comp.python.db.psycopg.devel |
|---|---|
| Message-ID | <[email protected]> |
The suggestion is to use connection.notices. I would like to see notices appear as they are output *during* execution of a query. Do the notices only become available after the query execution is completed, or would it be possible to check the connection.notices properly in a parallel thread during execution? Thanks again, - Joel