Using constraint

Поиск
Список
Период
Сортировка
От TURPIN Olivier FTM/DSI/EXT
Тема Using constraint
Дата
Msg-id 3BB4634E.20660295@francetelecom.com
обсуждение исходный текст
Список pgsql-novice
Hello,

I have created two tables on v713:

create table table1
(
 Name varchar(10)
);

create table2
(
 Name varchar(10),
 table1OID OID CONSTRAINT verif REFERENCES table1 ( OID )
);

I get an error message while creating table2, indicating that no UNIQUE
criteria exists on table1.
Does anyone can explain this  to me ?

Thanks

Olivier


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

Предыдущее
От: James Hall
Дата:
Сообщение: Re: access to postgres?
Следующее
От: "richard leotard"
Дата:
Сообщение: functionss