Re: duplicated index entry found ...

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: duplicated index entry found ...
Дата
Msg-id Pine.LNX.4.56.0308051910080.2104@krusty.credativ.de
обсуждение исходный текст
Ответ на Re: duplicated index entry found ...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-docs
Tom Lane writes:

> The Hermit Hacker <scrappy@postgresql.org> writes:
> > duplicated index entry found, CHARACTER STRINGS LENGTH
> > duplicated index entry found, LENGTH CHARACTER STRINGS
> > duplicated index entry found, SUBSTRING
> > duplicated index entry found, SUBSTRING
> > 4 entries ignored...
>
> Yeah, I've been seeing that for quite some time, but haven't been able
> to figure out what it's complaining about.  Surely multiple index
> entries for the same term are legal, so what's its beef?

Since by default (which we don't override) an index entry points to its
nearest containing section (rather than directly to its occurence), if a
section contains the same index entry more than once, it does indeed look
like a duplicate on the outside.  There are at least two obvious ways to
get rid of the warnings, but I could never figure out the benefits and
drawbacks of them.

--
Peter Eisentraut   peter_e@gmx.net

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: man pages for v7.4 ... ?
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Testing gateway