Concurrent connections in psql patch

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Concurrent connections in psql patch
Дата
Msg-id 87lkplq9bd.fsf_-_@stark.xeocode.com
обсуждение исходный текст
Ответы Re: Concurrent connections in psql patch  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-patches
Andrew Dunstan <andrew@dunslane.net> writes:

> stark wrote:
>
> > So I hacked psql to issue queries asynchronously and allow multiple
> > database connections. That way you can switch connections while a blocked
> > or slow transaction is still running and issue queries in other
> > transactions.
>
> [snip]
>
> Can you please put the patch up somewhere so people can see what's involved?

As promised:




--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com

Вложения

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

Предыдущее
От: Dhanaraj M
Дата:
Сообщение: Re: Patch for - Change FETCH/MOVE to use int8
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: DROP OWNED BY doesn't work