Re: NOTICE: CREATE TABLE will create implicit trigger(s) for FOREIGN KEY check(s) ?

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: NOTICE: CREATE TABLE will create implicit trigger(s) for FOREIGN KEY check(s) ?
Дата
Msg-id Pine.BSF.4.21.0104261057200.20218-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на NOTICE: CREATE TABLE will create implicit trigger(s) for FOREIGN KEY check(s) ?  ("Christian Marschalek" <cm@chello.at>)
Список pgsql-general
On Thu, 26 Apr 2001, Christian Marschalek wrote:

> Can anyone tell me what this notice means?
>
> NOTICE:  CREATE TABLE will create implicit trigger(s) for FOREIGN KEY
> check(s) ?

The foreign key constraint checks are handled by triggers on the
pk and fk table.  The warning just lets you know that it's creating
those triggers behind your back so to speak.


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

Предыдущее
От: "Gregory Wood"
Дата:
Сообщение: Re: NOTICE: CREATE TABLE will create implicit trigger(s) for FOREIGN KEY check(s) ?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Struggling to change default data location