Re: [doc] adding way to examine the plan type of prepared statements

Поиск
Список
Период
Сортировка
От torikoshia
Тема Re: [doc] adding way to examine the plan type of prepared statements
Дата
Msg-id 3bd0da7e492ee5f7393d4d45370ee31b@oss.nttdata.com
обсуждение исходный текст
Ответ на [doc] adding way to examine the plan type of prepared statements  (torikoshia <torikoshia@oss.nttdata.com>)
Ответы Re: [doc] adding way to examine the plan type of prepared statements
Список pgsql-hackers
On 2020-11-18 11:04, torikoshia wrote:
> Hi,
> 
> 
> Currently, EXPLAIN is the only way to know whether the plan is generic
> or custom according to the manual of PREPARE.
> 
>   https://www.postgresql.org/docs/devel/sql-prepare.html
> 
> After commit d05b172, we can also use pg_prepared_statements view to
> examine the plan types.
> 
> How about adding this explanation like the attached patch?

Sorry, but on second thought, since it seems better to add
the explanation to the current description of pg_prepared_statements,
I modified the patch.


Regards,

--
Atsushi Torikoshi
Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Should we document IS [NOT] OF?
Следующее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: Protect syscache from bloating with negative cache entries