Re: Hash index

From: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: RAJU kumar <raju_19db(at)rediffmail(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Hash index
Date: 2005-08-30 20:54:52
Message-ID: 1125435291.28179.117.camel@state.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, 2005-08-30 at 14:32, Tom Lane wrote:
> Scott Marlowe <smarlowe(at)g2switchworks(dot)com> writes:
> > Personally, I think that when one creates a non-btree index, one should
> > get a warning saying that non-btree indexes are not necessarily
> > transactionally safe in the event of a crash.
>
> As of 8.1, GIST indexes are WAL-logged, so that would be inappropriate
> anyway.

Only in this exact instance. It still might make sense to emit such a
warning / notice when using a non Wal logged index of any kind though.

Glad that GiST indexes got the WAL logging, btw, my tanks to whoever did
the work.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message anita.liste 2005-08-30 21:17:31 Installation on SLES 9.2
Previous Message Tom Lane 2005-08-30 20:20:03 Re: Hash index