Re: Add regression test for ALTER TABLE / ADD UNIQUE

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Add regression test for ALTER TABLE / ADD UNIQUE
Дата
Msg-id 200110291758.f9THw3X26093@candle.pha.pa.us
обсуждение исходный текст
Ответ на Add regression test for ALTER TABLE / ADD UNIQUE  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-patches
Your patch has been added to the PostgreSQL unapplied patches list at:

    http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------


> 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

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: "Zhenbang Wei"
Дата:
Сообщение: update src/interfaces/libpq/zh_TW.po
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: contrib/fuzzystrmatch