Re: explain

Поиск
Список
Период
Сортировка
От A.Bhuvaneswaran
Тема Re: explain
Дата
Msg-id Pine.LNX.4.44.0303211835130.2317-100000@Bhuvan.bksys.co.in
обсуждение исходный текст
Ответ на Re: explain  (Popeanga Marian <pmarian@cnlo.ro>)
Список pgsql-sql
> > Hello all,
> >
> >
> >            Can someone point me how can i make explain plan for a query?
> 
> I don't want this for pgsql, but from any other tool that connects to 
> postgres.

7.2.x and earlier:

The result of explain query is printed in STDERR, just like any other
notice message.

7.3:

The result is returned like a value returned from a function. 

regards,
bhuvaneswaran



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

Предыдущее
От: Popeanga Marian
Дата:
Сообщение: Re: explain
Следующее
От: Eric Veldhuyzen
Дата:
Сообщение: cast of integer to bool doesn't work (anymore?)