Re: Need help in PGSQL

From: "Andres Olarte" <olarte(dot)andres(at)gmail(dot)com>
To: sbaskar <sbaskar(at)adventnet(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Need help in PGSQL
Date: 2006-12-26 18:14:29
Message-ID: 3fccaa690612261014xdc985cag50974eeec9806b96@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

The full error would be useful to see what the problem is, but it
sounds like you need to configure pg_hba.conf (server configuration,
nothing to do with JDBC).

As for pgsql, you should better join the pgsql list, even though I
think some built in functions might give you some of the info you need
(read the documentation).

On 12/25/06, sbaskar <sbaskar(at)adventnet(dot)com> wrote:
> Hi,
> I am doing a project in Database Monitoring tool. I am planning to add
> pgsql also. So i need the table details, where i can get details like
> Request Rate, Bytes Received Rate, Bytes Send Rate, Open Connections,
> Aborted Connections, Aborted Clients, Threads Used, Threads in Cache,
> Thread Cache Size, Database Details, Immediate Locks, Locks Wait, Key
> Hitrate, Key Buffer Used, Key Buffer Size, Key Buffer Size, Key Buffer
> Size, Key Buffer Size, Total Memory, SQL Cache Memory, Lock Memory,
> Buffer Hit Ratio, Active Connections, Logins/Min, Cache Used/Min, Latch
> Details, Agents Statistics , Transaction Statistics,.
> Also i am not able to connect to the database through JDBC. It says
> some error like Permission denied. What i need to do to get rid of this.
>
> Any help on this would be greatly appreciated. Looking for positive and
> quick response from you.
>
> Thanks in Advance,
> Baskar.S
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Guy Rouillier 2006-12-27 02:17:13 Re: Need help in PGSQL
Previous Message sbaskar 2006-12-26 05:53:15 Need help in PGSQL