create gist index

From: Jose Manuel Sanchez <jose(dot)sanchez(at)batmap(dot)com>
To: "Shridhar Daithankar" <shridhar_daithankar(at)persistent(dot)co(dot)in>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: create gist index
Date: 2003-04-29 13:44:16
Message-ID: 002601c30e55$6e14c5d0$2000a8c0@mayik
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have installed a Postgresql 7.32 and a Postgis 0.7.3 on a Suse 8.0 and I
have a problem when I try to create a GIST index

CREATE INDEX indx_cname
ON roads_geom
USING GIST ( geom_colum GIST_GEOMETRY_OPS );

I got the following error:

ERROR: DefineIndex: operator class "gist_geometry_ops" not supported by
access method "gist"

Do you have any idea??? I musy update the PostgreSQL with any patch?¿?¿?

Thank a lot.

Best Regards.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sergio Pili 2003-04-29 13:45:19 Re: Error: No one parent tuple was found
Previous Message Bjørn T Johansen 2003-04-29 13:31:20 Re: Importing from Access 2000?