Compiling with GIST

From: George Smith <georgesmithblack(at)yahoo(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Compiling with GIST
Date: 2006-10-25 20:25:58
Message-ID: 20061025202558.83588.qmail@web58107.mail.re3.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have compiled postgres 1.8.5 on Windows XP from source using MinGW, however the GIST index cannot be created since the following errors pop up:

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"

Do I have to create them one by one?

Thanks

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dawid Kuroczko 2006-10-25 20:34:17 Re: [DOCS] Replication documentation addition
Previous Message Bruce Momjian 2006-10-25 19:32:31 Re: [HACKERS] Replication documentation addition