Re: Huge input lookup exception when trying to create the index for XML data type column in postgreSQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Huge input lookup exception when trying to create the index for XML data type column in postgreSQL
Дата
Msg-id 1736511.1694113781@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Huge input lookup exception when trying to create the index for XML data type column in postgreSQL  (Sai Teja <saitejasaichintalapudi@gmail.com>)
Ответы Re: Huge input lookup exception when trying to create the index for XML data type column in postgreSQL  (Erik Wienhold <ewie@ewie.name>)
Список pgsql-general
Sai Teja <saitejasaichintalapudi@gmail.com> writes:
> We have one table which is storing XML data with 30k records and stores
> huge amount of data.
> We are trying to create the index for this column in the table. But, we’re
> getting “Huge input Lookup error” during creation of Index.

There is no such string anywhere in the Postgres source code;
furthermore, if someone tried to add such an error, it'd get rejected
(I hope) as not conforming to our style guidelines.  I thought maybe
it's coming from libxml or the xpath code, but I couldn't get a match
for it anywhere in Debian Code Search either.  Is that the *exact*
spelling of the message?  Are you sure it's not coming from your
client-side code?

            regards, tom lane



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

Предыдущее
От: Erik Wienhold
Дата:
Сообщение: Re: Only getting few records inserted from millions
Следующее
От: Erik Wienhold
Дата:
Сообщение: Re: Huge input lookup exception when trying to create the index for XML data type column in postgreSQL