Re: reproducing this issue on PG 8.0.0 ERROR: index "patient_pkey" is not a btree

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: "surabhi(dot)ahuja" <surabhi(dot)ahuja(at)iiitb(dot)ac(dot)in>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: reproducing this issue on PG 8.0.0 ERROR: index "patient_pkey" is not a btree
Date: 2006-11-09 12:26:00
Message-ID: 20061109122600.GT14845@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

surabhi.ahuja wrote:
> hi
> I am using Postgres 8.0.0 and we found this issue "ERROR: index
> "patient_pkey" is not a btree" I have been informed that we should
> shift to Postgres 8.0.9
>
> I discussed this with my team member and they are asking if we can
> upgrade to the latest Postgres version i.e. 8.1.5

The difference is that updating to 8.0.9 would be dead simple (just
upgrade the binaries), but upgrading to 8.1.5 is more difficult because
it requires you to dump and restore the database, and there may be minor
incompatibilities for your apps. So an idea might be to have a
medium-term plan to migrate to a new major series (say 8.1 or 8.2), and
a very short term plan to migrate to 8.0.9.

> I have some questions regarding this:
> 1.will this vesion solve the problem that I have mentioned?

If it is solved by 8.0.9 then it will be solved by 8.1.5 as well. It
may be something independent of Postgres, for example hardware failure,
in which case it probably won't be solved by either.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Harco de Hilster 2006-11-09 12:31:08 Re: converting Informix outer to Postgres
Previous Message Jeremiasz Miedzinski 2006-11-09 12:15:26 [PL/pgSQL] How should I use FOUND special variable. Documentation is little unclear for me