Re: postgres crash. HELP - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: postgres crash. HELP
Date
Msg-id 1529.957794938@sss.pgh.pa.us
Whole thread Raw
In response to RE: postgres crash. HELP  ("Oscar Serrano" <oserra@fondos.net>)
List pgsql-interfaces
"Oscar Serrano" <oserra@fondos.net> writes:
> I had a backup fortunately. I first had to make some pg_dump of some tables
> that were not corrupted and restore them later.
> I have postgres 6.5.3.
> I didn't know about pg_upgrade. I will have to read about it.
> Actually I have my dabatases open to every IP address, so anybody that
> enters our web page, and visits some of our applets, the connect via JDBC to
> our database. I think that during one of this connection, the postgres
> crashed. I'm going to stop using JDBC.
> Is there any known problem with the ODBC of the postgres?

I don't think you can fairly blame JDBC for this problem; it's an
internal-to-the-backend bug of some sort.  I would suggest upgrading
to 7.0 as a more reasonable response... we've fixed an awful lot of
bugs since 6.5.*.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: "Oscar Serrano"
Date:
Subject: RE: postgres crash. HELP
Next
From: Andrea Austa
Date:
Subject: Can functions return NULL value?