Re: array column and b-tree index allowing only 8191 bytes - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: array column and b-tree index allowing only 8191 bytes
Date
Msg-id 20080607163842.GP16502@alvh.no-ip.org
Whole thread Raw
In response to array column and b-tree index allowing only 8191 bytes  (Celso Pinto <cpinto@yimports.com>)
Responses Re: array column and b-tree index allowing only 8191 bytes  (Celso Pinto <cpinto@yimports.com>)
List pgsql-general
Celso Pinto wrote:

> So my questions are: is this at all possible? If so, is is possible to
> increate that maximum size?

Indexing the arrays themselves is probably pretty useless.  Try indexing
the elements, which you can do with the intarray contrib module.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Extracting data from deprecated MONEY fields
Next
From: "Scott Marlowe"
Date:
Subject: Re: accessing table in LIFO order