Re: [RFC] libpq extensions - followup

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Iker Arizmendi <iker(at)research(dot)att(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [RFC] libpq extensions - followup
Date: 2003-01-26 18:38:02
Message-ID: 29692.1043606282@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Iker Arizmendi <iker(at)research(dot)att(dot)com> writes:
> Althought multiple queries can't be executed concurrently they can be
> queued up by a connection object.

Hmm. This seems to presume that every query will be executed as a
separate transaction. That's pretty limiting (unless you suppose all
the queries are read-only).

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message otisg 2003-01-26 19:37:35 7.2 -> 7.3 => data version/dump problem
Previous Message Iker Arizmendi 2003-01-26 15:50:05 Re: [RFC] libpq extensions - followup