Re: how do you get there from here?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: how do you get there from here?
Дата
Msg-id 17325.1240883089@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: how do you get there from here?  ("Michael P. Soulier" <michael_soulier@mitel.com>)
Ответы Re: how do you get there from here?  ("Michael P. Soulier" <michael_soulier@mitel.com>)
Список pgsql-general
"Michael P. Soulier" <michael_soulier@mitel.com> writes:
> Tom Lane wrote:
>> *Why* you've got such triggers is not apparent from what you've told us.

> I've not explicitely created any triggers. The table has constraints,
> and if that results in triggers created by the system, then that would
> be why.

Yup...

> Foreign-key constraints:
>     "dashboard_tuginstance_node_id_fkey" FOREIGN KEY (node_id)
> REFERENCES nodes(id) DEFERRABLE INITIALLY DEFERRED

This is what's creating the limitation.

            regards, tom lane

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: triggers and execute...
Следующее
От: Ian Barwick
Дата:
Сообщение: Re: Noob Q: Is the PG database its own source code backup?