Two proposals of DBA helper functions

From: Jean-Paul Argudo <jean-paul(at)argudo(dot)org>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Two proposals of DBA helper functions
Date: 2006-09-25 07:29:28
Message-ID: 45178558.3030702@argudo.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

I would like to submit two ideas:

1/
In the daily tasks I have as (also) a standard DBA, I found usefull to
view locks in a human point of view. I think the "~ '^pg_'" part of the
queries may be not so clean... Any ideas welcome :)

2/
Also, I like having a cache hit/miss ratio. This is why I add a function
"pg_stat_get_db_hit_miss_ratio(database oid)" to pg_stat_database, in a
"bis" view.

Since I dont want to flood the mailing list with a possible useless
thing, I put my sql/plpgsql code here:

http://priam.dalibo.net/~jpa/propositions/

Please take a look at it and tell me if this could be usefull or not..

Thanks a lot,

--
Jean-Paul Argudo
www.postgresqlfr.org
www.dalibo.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Markus Schaber 2006-09-25 07:48:16 Re: pgsql: We're going to have to spell dotless i
Previous Message Martijn van Oosterhout 2006-09-25 05:43:03 Re: pgsql: We're going to have to spell dotless i