<div dir="ltr">hi strk,<div>Now make check is giving no errors. I used "box2df" in place of "geometry".</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 30, 2014 at 3:06 PM, Sandro Santilli <span dir="ltr"><<a href="mailto:strk@cartodb.com" target="_blank">strk@cartodb.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, Jun 30, 2014 at 12:18:23AM +0530, mohit kumar wrote:<br>
<br>
> *What do I plan on doing next week?*<br>
<div class="">><br>
> Work on building the storage type for access method "sp-gist"<br>
<br>
</div>Mohit, the storage type you don't have to "build" it.<br>
All types are built, you only have to specify which<br>
type has to be used by the operatoc class.<br>
<br>
The problem you were having is that you tried to use<br>
a storage type of "box2df" while associating the opclass<br>
to the type "geometry". The error message told you this<br>
mixing of types is not supported by the "spgist" access<br>
method. So you just have to pick one type and use it for<br>
both storage type and target type.<br>
<br>
Picking "geometry" would make the index bigger.<br>
Picking anything else would make usage a bit convoluted as you<br>
would not be able to index a "geometry" column but you'd have<br>
to index the output of a function applied to it, returning the<br>
choosed type.<br>
<br>
I'd go with "box2df" for a start.<br>
<br>
--strk;<br>
<br>
 ()  ASCII ribbon campaign  --  Keep it simple !<br>
 /\  <a href="http://strk.keybit.net/rants/ascii_mails.txt" target="_blank">http://strk.keybit.net/rants/ascii_mails.txt</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div><div>Mohit Kumar<div>+91-970-3840-175<div>Lab For Spatial Informatics<br>International Institute of Information Technology<br>Hyderabad, India</div></div>

</div></div>
</div>