Re: PostgeSQL problem (server crashed?)

From: Edwin Pauli <edwin(at)epauli(dot)dyndns(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgeSQL problem (server crashed?)
Date: 2004-03-15 18:49:32
Message-ID: 4055FABC.6050109@epauli.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Frank Finner wrote:
> Seems we have been hunting the wrong bugs in the beginning. Could it be possible that there was a
> major version update of the database engine (7.2.x -> 7.4.x for example), without a database reload?
> I have noticed several new "features" for queries, I think, 7.4 is much closer to SQL standards than
> 7.3, which, in turn, is closer than 7.2, especially regarding the necessity of type casts. In one of
> our applications we had to rewrite most of the queries, because they did not work properly with
> newer PostgreSQL releases. So that could have caused the PHP-Errors, and the restart of the database
> without a dump/restore could then cause the start up failure. Just a theory.

3 weeks ago, i've upgraded my PostgreSQL server from 7.2.4 to 7.4.1.
In 7.2 i've dumped the tables with pg_dump and after the upgrade the
tables are reloaded with psql.

> Did you compare the actual binaries and the binaries of the backup? Are they identical?

There are no Postgres binaries in /usr/local/pgsql, but in
/usr/local/bin.
Because i've only copied /usr/local/pgsql, the binaries are no changed.

--
E-mail : edwin(at)quicksteps(dot)nl
: e(dot)pauli(at)student(dot)hhs(dot)nl
Website : http://www.quicksteps.nl/

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mage 2004-03-15 18:50:19 boolean to int
Previous Message Jeff 2004-03-15 18:48:25 Re: Send a variable 123k