index find method?

From: "Jorge Medina" <jorge(at)bsdchile(dot)cl>
To: pgsql-sql(at)postgresql(dot)org
Subject: index find method?
Date: 2008-06-18 15:09:12
Message-ID: 28d0e6b80806180809y2ad320cbw4a4113787205287a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

hi list,
when I do:
CREATE INDEX name_index ON some_table (some_col);
what method(hash,btree,rtree,etc.) use by default?

--
Jorge Andrés Medina Oliva.
Systems Manager and Developer.
BSDCHiLE.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Rafael Domiciano 2008-06-18 16:03:26 Re: index find method?
Previous Message Patrick Scharrenberg 2008-06-18 07:41:53 Re: order by when using cursors