Re: Need help in PGSQL

From: sbaskar <sbaskar(at)adventnet(dot)com>
To: Andres Olarte <olarte(dot)andres(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Need help in PGSQL
Date: 2006-12-27 04:41:13
Message-ID: 4591F969.9060407@adventnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(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

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ken Johanson 2006-12-29 04:03:04 Re: Synthesize support for Statement.getGeneratedKeys()?
Previous Message Guy Rouillier 2006-12-27 02:17:13 Re: Need help in PGSQL