From: Reid Thompson Date: 2008-01-28T02:12:40+09:00 Subject: Re: monitoring postgres transaction Gian Holland wrote: > I would like to display queries live > > On Jan 26, 2008 11:07 AM, Reid Thompson wrote: > >> Gian Holland wrote: >>> Hi I would like to monitor postgres transactions in a realtime fashion, >> is >>> there a library I can use to help me facilitate this functionality >>> >> Explain what you mean by monitor. >> >> >> > With the proper configuration flags turned on, you can query internal postgresql table(s) for running queries. But, short lived queries will probably be in and out of the table(s) too fast to be seen.