[doc] adding way to examine the plan type of prepared statements - Mailing list pgsql-hackers

From torikoshia
Subject [doc] adding way to examine the plan type of prepared statements
Date
Msg-id 1286b656581b9930c9a2582076c8d073@oss.nttdata.com
Whole thread Raw
Responses Re: [doc] adding way to examine the plan type of prepared statements  (torikoshia <torikoshia@oss.nttdata.com>)
List pgsql-hackers
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?


Regards,

--
Atsushi Torikoshi
Attachment

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: VACUUM (DISABLE_PAGE_SKIPPING on)
Next
From: torikoshia
Date:
Subject: [doc] plan invalidation when statistics are update