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

From: torikoshia <torikoshia(at)oss(dot)nttdata(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [doc] adding way to examine the plan type of prepared statements
Date: 2020-11-19 06:19:26
Message-ID: 3bd0da7e492ee5f7393d4d45370ee31b@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Attachment Content-Type Size
v2-0001-add-way-to-examine-plan-type.patch text/x-diff 1.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2020-11-19 06:23:05 Re: Protect syscache from bloating with negative cache entries
Previous Message Tom Lane 2020-11-19 06:16:48 Re: Should we document IS [NOT] OF?