Concurrent connections in psql patch - Mailing list pgsql-patches

From Gregory Stark
Subject Concurrent connections in psql patch
Date
Msg-id 87lkplq9bd.fsf_-_@stark.xeocode.com
Whole thread Raw
Responses Re: Concurrent connections in psql patch  (Bruce Momjian <bruce@momjian.us>)
List 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

Attachment

pgsql-patches by date:

Previous
From: Dhanaraj M
Date:
Subject: Re: Patch for - Change FETCH/MOVE to use int8
Next
From: Alvaro Herrera
Date:
Subject: Re: DROP OWNED BY doesn't work