Re: explain analyze on a function

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: explain analyze on a function
Дата
Msg-id 20070614184356.GA2581@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: explain analyze on a function  (Rikard Pavelic <rikard.pavelic@zg.htnet.hr>)
Ответы Re: explain analyze on a function  (Rikard Pavelic <rikard.pavelic@zg.htnet.hr>)
Список pgsql-general
Rikard Pavelic wrote:
> Alvaro Herrera wrote:
> > Try doing a PREPARE and then EXPLAIN EXECUTE, like
> >
> > alvherre=# prepare foo as select generate_series(1, $1);

> Hm, no luck ;(
>
> prepare f1 as select * from
> raspored.dohvati_statistiku_rada_u_smjenama_radnika($1, $2);
> explain analyze execute f1(current_date, 4);

I meant the queries inside the function.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: "hubert depesz lubaczewski"
Дата:
Сообщение: Re: strange change (and error) in 8.3 ?
Следующее
От: Rikard Pavelic
Дата:
Сообщение: Re: explain analyze on a function