Re: fail: alter table NOCHECK CONSTRAINT ALL;

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: fail: alter table NOCHECK CONSTRAINT ALL;
Дата
Msg-id 1317757199.2113.6.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: fail: alter table NOCHECK CONSTRAINT ALL;  ("J.V." <jvsrvcs@gmail.com>)
Список pgsql-general
On Tue, 2011-10-04 at 13:20 -0600, J.V. wrote:
> Is there a way to disable all "trigger user' in one statement? (and then
> re-enable?)
>

I guess that if you took the time to read the man page at the URL I gave
you, you would have seen this:

ALTER TABLE [ ONLY ] name [ * ]
    action [, ... ]
...
where action is one of:
...
    DISABLE TRIGGER [ trigger_name | ALL | USER ]
    ENABLE TRIGGER [ trigger_name | ALL | USER ]

So, yes, there is a way. For one table, that is.

> One docs says primary keys and foreign keys are "user triggers"
>

Foreign keys are implemented as triggers. If you disable triggers, you
also disable foreign keys. It doesn't apply to primary keys, which
aren't triggers.

And, please, stop top-posting.


--
Guillaume
  http://blog.guillaume.lelarge.info
  http://www.dalibo.com


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

Предыдущее
От: "J.V."
Дата:
Сообщение: Re: how to select one column into another in same table?
Следующее
От: Dave Page
Дата:
Сообщение: Re: [BUGS] One-click installer, Windows 7 32-bit, and icacls.exe