Right now I'm using SELECT current_query FROM pg_stat_activity;, but I noticed that the query is truncated. Can't seem to find any better way. Is there any?
|
1
|
|
|||
|
|
|
|
I can't seem to find an easy solution to this but this post from 2002 suggests you need to adjust a setting and recompile: http://osdir.com/ml/db.postgresql.sql/2002-05/msg00088.html |
||||
|
|
|
you can just enable statement logging in postgresql (log_statement), and check the logs. |
||
|
|
|
|
PostgreSQL 8.4 adds the parameter " |
||
|
|
