Re: Clarification, please

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Clarification, please
Дата
Msg-id 4CF62DC00200002500038023@gw.wicourts.gov
обсуждение исходный текст
Ответ на Clarification, please  (Mladen Gogala <mladen.gogala@vmsinfo.com>)
Список pgsql-performance
Mladen Gogala <mladen.gogala@vmsinfo.com> wrote:

> How is it possible to insert the same value twice into a UNIQUE
> index?

You get multiple entries for the same value in a UNIQUE indexes all
the time in PostgreSQL.  Any non-HOT update of a table with a UNIQUE
index will cause that.  You just can't have duplicate entries with
overlapping visibility.

-Kevin

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

Предыдущее
От: Mladen Gogala
Дата:
Сообщение: Re: Clarification, please
Следующее
От: Mladen Gogala
Дата:
Сообщение: Re: SELECT INTO large FKyed table is slow