Re: limiting connections per user/database

From: Petr Jelínek <pjmodos(at)parba(dot)cz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: limiting connections per user/database
Date: 2005-06-25 21:55:35
Message-ID: 42BDD2D7.9090209@parba.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Ok didn't know that stats are well behind actual state - I used pgstat
because it already stores number of conenctions per database so I
thought doing same thing again is needless.
So you think I should store those data somewhere myself. What you think
is best place, some extra hash or in system catalog or ... ?

BTW you should still apply that pgstat.c.diff because it fixes bug in
current CVS

--
Regards
Petr Jelinek (PJMODOS)
www.parba.cz

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Michael Paesold 2005-06-25 22:07:24 Re: COPY FROM performance improvements
Previous Message Tom Lane 2005-06-25 21:41:26 Re: limiting connections per user/database