Concurrent connections in psql patch

From: Gregory Stark <gsstark(at)mit(dot)edu>
To: PostgreSQL-development <pgsql-patches(at)postgresql(dot)org>
Subject: Concurrent connections in psql patch
Date: 2006-08-19 11:00:38
Message-ID: 87lkplq9bd.fsf_-_@stark.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


Andrew Dunstan <andrew(at)dunslane(dot)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:

Attachment Content-Type Size
concurrent-psql-patch.2 application/octet-stream 70.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2006-08-19 12:40:58 Re: BugTracker (Was: Re: 8.2 features status)
Previous Message Gregory Stark 2006-08-19 10:57:53 Re: Going for "all green" buildfarm results

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-08-19 12:50:41 Re: [PATCHES] selecting large result sets in psql using
Previous Message Gregory Stark 2006-08-19 10:57:53 Re: Going for "all green" buildfarm results