What is the difference of foreign key?

Поиск
Список
Период
Сортировка
От sheepjxx
Тема What is the difference of foreign key?
Дата
Msg-id 37a11ce00909240719n3b1b5b78q571535ef7437800b@mail.gmail.com
обсуждение исходный текст
Ответы Re: What is the difference of foreign key?  (Lew <noone@lwsc.ehost-services.com>)
Список pgsql-general
To be precise,
 
The difference between

create table a (
     foreign key (id) referenced by b(name),
);

create table b(
      id  integer referenced by b(name),
);

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

Предыдущее
От: Grzegorz Jaśkiewicz
Дата:
Сообщение: Re: Intermediate values and unprivileged users
Следующее
От: "serge.fonville"
Дата:
Сообщение: Re: What is the difference of foreign key?