Re: data integrity and inserts

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: data integrity and inserts
Дата
Msg-id 20041202233431.GA16721@wolff.to
обсуждение исходный текст
Ответ на Re: data integrity and inserts  (Timothy Perrigo <tperrigo@wernervas.com>)
Список pgsql-general
On Thu, Dec 02, 2004 at 14:20:35 -0600,
  Timothy Perrigo <tperrigo@wernervas.com> wrote:
> The first way also makes it possible to put the constraint on multiple
> fields:
>
> create unique index uidx_abc on my_table(col_a, col_b, col_c);

You can do that with unique constraints as well.

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

Предыдущее
От: Terry Lee Tucker
Дата:
Сообщение: Re: Rules
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [SOLVED] Re: pgsql8b5 not launching on OSX system start; otherwise OK