Re: STORAGE and GiST

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Itai Zukerman <zukerman(at)math-hat(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: STORAGE and GiST
Date: 2003-02-25 15:32:40
Message-ID: 10660.1046187160@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Itai Zukerman <zukerman(at)math-hat(dot)com> writes:
> Does anyone know of any examples of using STORAGE with GiST?

[ greps... ] contrib/btree_gist, contrib/rtree_gist, contrib/ltree,
contrib/tsearch all seem to use that option. I believe the point
is to store a different datatype in the index than is used in the
column being indexed.

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Stephan Szabo 2003-02-25 15:50:13 Re: Sub Select inside Check ?
Previous Message Christoph Haller 2003-02-25 15:23:18 Re: how can i drop a <unnamed> constraint