Re: Default gucs for EXPLAIN

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Default gucs for EXPLAIN
Дата
Msg-id 20200526143501.GG3418@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: Default gucs for EXPLAIN  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
Greetings,

* Pavel Stehule (pavel.stehule@gmail.com) wrote:
> the partial solution can be custom psql statements. Now, it can be just
> workaround
>
> \set explain 'explain (analyze, buffers)'
> :explain select * from pg_class ;
>
> and anybody can prepare customized statements how he likes

Yeah, it's really very rudimentary though, unfortunately.  A proper
language in psql would be *really* nice with good ways to reference
variables and such..

I don't view this as really being a good justification to not have a
\explain type of command.

Thanks,

Stephen

Вложения

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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Default gucs for EXPLAIN
Следующее
От: Tom Lane
Дата:
Сообщение: Re: hash join error improvement (old)