In 8.2, pg_stat_activity has a column called waiting, which is achieved
through a function called pg_stat_get_backend_waiting.
However, in 8.1, this column does not exist in pg_stat_activity. Is it
possible to get this column / data in 8.1? I see from
http://www.postgresql.org/docs/8.1/static/monitoring-stats.html
that such a function is not available.