Re: Need help in PGSQL - Mailing list pgsql-jdbc

From sbaskar
Subject Re: Need help in PGSQL
Date
Msg-id 4591F969.9060407@adventnet.com
Whole thread Raw
In response to Re: Need help in PGSQL  ("Andres Olarte" <olarte.andres@gmail.com>)
List pgsql-jdbc
Hi,
 I read the pgsql documentation, but couldn't find that much details.
Can you please let me know, how to join pgsql list.

Thanks,
Baskar.S


Andres Olarte wrote:
> 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@adventnet.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@postgresql.org so that your
>>        message can get through to the mailing list cleanly
>>
>


pgsql-jdbc by date:

Previous
From: Guy Rouillier
Date:
Subject: Re: Need help in PGSQL
Next
From: Ken Johanson
Date:
Subject: Re: Synthesize support for Statement.getGeneratedKeys()?