Re: postgres crash. HELP

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Oscar Serrano" <oserra(at)fondos(dot)net>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: postgres crash. HELP
Date: 2000-05-08 14:08:58
Message-ID: 1529.957794938@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

"Oscar Serrano" <oserra(at)fondos(dot)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

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Andrea Austa 2000-05-08 21:07:15 Can functions return NULL value?
Previous Message Oscar Serrano 2000-05-08 09:11:54 RE: postgres crash. HELP