postgres backend processes - Mailing list pgsql-admin

From Álvaro Matos
Subject postgres backend processes
Date
Msg-id FKEBKKDPHMINOEFHMDNLIEANCBAA.alvaromatos@certisign.pt
Whole thread Raw
List pgsql-admin
Hi!

I'm accessing a database using JDBC. My Java code for a query typically
looks like:

        Statement sta = con.createStatement();
         sta.executeQuery( "SELECT * FROM TABLE" );

For some reason, the postgres daemon that gets forked on the DB
server (Solaris 2.6, postgresql 7.2) keeps growing the number of processes
for each query
that I execute, until it hangs up. Is there something I'm
doing wrong in my queries, or is there a patch for this?

Thanks for any help,

regards,
Álvaro Matos.


pgsql-admin by date:

Previous
From: muratmy@hotmail.com (my)
Date:
Subject: copy notice
Next
From: Hernan Nuñez
Date:
Subject: Set a quota of File System for Database Users