pg_index question

Поиск
Список
Период
Сортировка
От Terry Lee Tucker
Тема pg_index question
Дата
Msg-id 200503251610.59552.terry@esc1.com
обсуждение исходный текст
Ответы Re: pg_index question  (Terry Lee Tucker <terry@esc1.com>)
Re: pg_index question  (Scott Marlowe <smarlowe@g2switchworks.com>)
Список pgsql-general
Hi,

If I were to set the value of pg_class.indisunique on a unique index to False
inside a transaction so I could juggle sequence numbers around on a table
with a unique two element index, and then set it back again to its proper
value, all in the same transaction, would that allow me to temorarily
override the unique index behavior? Is it safe to temporarily change the
value of that column?

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

Предыдущее
От: Ragnar Hafstað
Дата:
Сообщение: Re: sort array optimisation in pl/perl
Следующее
От: Terry Lee Tucker
Дата:
Сообщение: Re: pg_index question