Re: Adding constraint to existing table.

Поиск
Список
Период
Сортировка
От Patrick Welche
Тема Re: Adding constraint to existing table.
Дата
Msg-id 20020115135455.D13890@quartz.newn.cam.ac.uk
обсуждение исходный текст
Ответ на Adding constraint to existing table.  (David Bryan <d_bryan_remove@onebox.com>)
Список pgsql-general
How about:

> create index recid29 on sales_sales ( recid );

create unique index recid29 on sales_sales ( recid );

> create index sales_id30 on sales_sales_detail ( sales_id );

create unique index sales_id30 on sales_sales_detail ( sales_id );

?

Patrick

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

Предыдущее
От: "Jason Priebe"
Дата:
Сообщение: Re: Calling a Stored Procedure using PHP
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: