Re: update inside function does not use the index

Поиск
Список
Период
Сортировка
От Johannes
Тема Re: update inside function does not use the index
Дата
Msg-id 564A3B26.7050305@posteo.de
обсуждение исходный текст
Ответ на Re: update inside function does not use the index  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
A function seams to be atomic for the analyze command (or?)

EXPLAIN ANALYZE select my_function();

returns no inner query plan, just the costs, rows and width....

Am 16.11.2015 um 17:57 schrieb Adrian Klaver:
> EXPLAIN ANALYZE select ... your_function(...);


Вложения

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

Предыдущее
От: Johannes
Дата:
Сообщение: Re: update inside function does not use the index
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: Importing directly from BCP files