Re: Further thoughts about warning for costly FK checks

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Further thoughts about warning for costly FK checks
Дата
Msg-id 87brmvz29a.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: Further thoughts about warning for costly FK checks  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> writes:

> BTW, something that just occurred to me now: EXPLAIN is currently really
> designed only for SELECTs.  It would make sense to upgrade it for
> INSERT/UPDATE/DELETE to list the triggers that will get fired.  While
> we'd have to treat user triggers as black boxes, I think it would also
> be possible to "look inside" RI triggers and display the plans of the
> queries that will get invoked.  

It seems EXPLAIN ANALYZE at least ought to be able to show the complete plan
for even user triggers.

-- 
greg



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

Предыдущее
От: Silvio Mazzaro
Дата:
Сообщение: Problem on cluster initialization
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: Doxygen?