patch to create system view that lists cursors

Поиск
Список
Период
Сортировка
От Joachim Wieland
Тема patch to create system view that lists cursors
Дата
Msg-id 20060112095132.GA9306@mcknight.de
обсуждение исходный текст
Ответы Re: patch to create system view that lists cursors
Список pgsql-patches
Attached is a patch to create a new system view pg_cursors to list all
available cursors to the current session and transaction.

The patch itself is quite analogous to the patch for pg_prepared_statements
I submitted in December.

The attributes is_holdable, is_binary and is_scrollable are exposed in the
view.

There's a TODO item that only talks about WITH HOLD cursors, however the
proposed system view lists WITHOUT HOLD cursors as well.

   o %Allow pooled connections to list all open WITH HOLD cursors

     Because WITH HOLD cursors exist outside transactions, this allows
     them to be listed so they can be closed.


I noticed that there is no regression test for binary cursors. Should there
be one? I now create one to check the view but don't actually query it.


Joachim

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: domain constraints and UNKNOWN params
Следующее
От: Neil Conway
Дата:
Сообщение: Re: TupleDesc refcounting