Hi,
I propose the attached patch for the TODO item:
* %Allow pooled connections to list all prepared queries
The patch adds a new SRF and a new view that contain all prepared queries
available in the session.
Besides the name of the plan and the actual query the view also displays
the timestamp of the preparation. This can help applications decide whether
or not they want to replan an existing prepared query.
Joachim