Simon Willison’s Weblog

Subscribe

Items tagged postgresql, debugging in 2010

Filters: Year: 2010 × postgresql × debugging × Sorted by date


Appending the request URL to SQL statements in Django. A clever frame-walking monkey-patch which pulls the most recent HttpRequest object out of the Python stack and adds the current request.path to each SQL query as an SQL comment, so you can see it in debugging tools such as slow query logs and the PostgreSQL “select * from pg_stat_activity” query. # 2nd June 2010, 9:09 am

Types

Years

Months

Tags