EXPLAIN ANALYZE inside functions

Поиск
Список
Период
Сортировка
От Sabin Coanda
Тема EXPLAIN ANALYZE inside functions
Дата
Msg-id fhs2cd$1aqs$1@news.hub.org
обсуждение исходный текст
Список pgsql-sql
Hi there,

I'd like to rise the performance of a custom function, but I read somewhere 
I cannot use EXPLAIN ANALYZE to get the execution plan of the code from the 
function.

Do you know a workaround to do this ?

I tried to apply EXPLAIN ANALYZE statements inside my procedure hopping I 
will get some notice messages, but I got nothing :(.

TIA,
Sabin 




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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: postgres bogged down beyond tolerance
Следующее
От: "Sabin Coanda"
Дата:
Сообщение: Re: EXPLAIN ANALYZE inside functions