Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

opclass for real[]



Hi,
I have a column real[] in my table. I need to create a gist index on it. But the error is obvious as follows.

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

Is there a opclass defined in 8.2 or I have to create one. In either case can you please give a link for information on opclasses.

Thanks
Abhang




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group