Add regression test for ALTER TABLE / ADD UNIQUE

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Add regression test for ALTER TABLE / ADD UNIQUE
Дата
Msg-id 200110270956.f9R9unP64749@postgresql.org
обсуждение исходный текст
Ответы Re: Add regression test for ALTER TABLE / ADD UNIQUE  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Add regression test for ALTER TABLE / ADD UNIQUE  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Add regression test for ALTER TABLE / ADD UNIQUE  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
OK,

I've attached a patch that adds some regression tests for alter table / add
unique.

One thing that I don't understand tho, is why when adding a unique
constraint, the notice you receive refers to ALTER TABLE/UNIQUE, where in my
code it has ALTER TABLE/ADD UNIQUE - I don't understand...

I've only had the chance to test this test suite on my own machine, so you
may wish to test it elsewhere before committing it.

It includes tests for multi-column indices and indices over oid columns.

Chris

Вложения

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

Предыдущее
От: Bill Studenmund
Дата:
Сообщение: New version of packages patch
Следующее
От: John Gray
Дата:
Сообщение: Re: Efficient slicing/substring of TOAST values (reprise)