Re: on update, how to change the value?

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: on update, how to change the value?
Дата
Msg-id 47C68496.5060103@archonet.com
обсуждение исходный текст
Ответ на on update, how to change the value?  ("A B" <gentosaker@gmail.com>)
Список pgsql-general
A B wrote:
> Hi.
> If I have table A (x integer  primary key);
> and table B (y integer references A on delete cascade );

> There is an  "on update" option to the create table command, but I can't
> find out if that will help me. The docs are unfortunatly a little short on
> describing the "on update" option.
>
> Will "on update cascade" propagate the update to the B table?

Yes.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: "Ivan Zolotukhin"
Дата:
Сообщение: debug nonstandard use of \\ in a string literal
Следующее
От: David Fetter
Дата:
Сообщение: Re: dbi_link and dbi:ODBC