Re: Compiling with GIST

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: George Smith <georgesmithblack(at)yahoo(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Compiling with GIST
Date: 2006-10-26 17:39:02
Message-ID: 4540F2B6.9090202@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> HINT: You must specify an operator class for the index or define a
> default operator class for the data type.
> ERROR: data type character varying has no default operator class for
> access method "gist"

use contrib/btree_gist module: compile it and add to your database by command
'psql DB < btree_gist.sql'.
--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2006-10-26 17:47:24 GUC description cleanup
Previous Message Andrew Dunstan 2006-10-26 17:37:01 plperl/plperlu interaction