Re: Re: [BUGS] BUG #3965: UNIQUE constraint fails on long column values

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: [BUGS] BUG #3965: UNIQUE constraint fails on long column values
Дата
Msg-id 359.1204736984@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Re: [BUGS] BUG #3965: UNIQUE constraint fails on long column values  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Re: [BUGS] BUG #3965: UNIQUE constraint fails on long column values  ("Gurjeet Singh" <singh.gurjeet@gmail.com>)
Список pgsql-docs
Bruce Momjian <bruce@momjian.us> writes:
> Part of the problem is we don't know the length --- it is the compressed
> length that is limited, I think to 8k.

That's a problem, and the length limit is different for different index
types.  So you're really not going to be able to say anything very
specific.  Another problem is where would you put the information?

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: [BUGS] BUG #3965: UNIQUE constraint fails on long column values
Следующее
От: Tom Lane
Дата:
Сообщение: Re: FAQ on Embedding Postgres