TODO item: list prepared queries

Поиск
Список
Период
Сортировка
От Joachim Wieland
Тема TODO item: list prepared queries
Дата
Msg-id 20051212095609.GA2003@mcknight.de
обсуждение исходный текст
Ответы Re: TODO item: list prepared queries  (Peter Eisentraut <peter_e@gmx.net>)
Re: TODO item: list prepared queries  (Neil Conway <neilc@samurai.com>)
Re: TODO item: list prepared queries  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
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

Вложения

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: running script on server shutdown (TODO)
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: TODO item: list prepared queries