Re: Corrupt RTREE index

From: Greg Stark <gsstark(at)mit(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Corrupt RTREE index
Date: 2004-12-15 04:48:33
Message-ID: 87k6rkrwta.fsf@stark.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Scott Marlowe <smarlowe(at)g2switchworks(dot)com> writes:

> IS this same issue true for hash or GiST indexes?

I think that's true, afaik rtree, GiST, and hash are all not WAL-logged.

> On Tue, 2004-12-14 at 13:49, Dann Corbit wrote:
> > I suggest a warning (if there is not already one generated) on create
> > index for rtree indexes so that users know that they are not fully
> > supported.

I'm not sure what he means by "supported" though. I'm getting all the support
I'm paying for, plus a whole lot more.

--
greg

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2004-12-15 05:07:19 Re: query or schema question
Previous Message Neil Conway 2004-12-15 04:46:16 Re: VACUUM FULL [ANALYZE] problem