Re: ERROR: btree: index item size 2892 exceeds maximum 2713

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: ERROR: btree: index item size 2892 exceeds maximum 2713
Дата
Msg-id 20050114100019.GA98043@winnie.fuhr.org
обсуждение исходный текст
Ответ на ERROR: btree: index item size 2892 exceeds maximum 2713  (Ramachandra Putti <ramachandrap@dpsl.net>)
Список pgsql-admin
On Thu, Jan 13, 2005 at 07:16:28PM +0530, Ramachandra Putti wrote:

> Why did I get this error?

You're trying to index a value that's larger than 1/3 of your page
size.  What is the column used for?  Do you really need to index
such a large value?  There might be other ways to index the column,
such as using contrib/tsearch2 if you need full text searches.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

В списке pgsql-admin по дате отправления:

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Pg8 for Windows
Следующее
От: Bradley Kieser
Дата:
Сообщение: Script terminates even though ON_ERROR_STOP not set