Re: autocommit in 7.4

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: autocommit in 7.4
Date: 2003-07-31 05:25:09
Message-ID: 28184.1059629109@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> The issue I have is that every interface that relies on libpq is going
> to have to code it itself. Is that OK?

So? Most interfaces have to adhere to their own notions of transaction
semantics and control API anyway. libpq should stay out of their way
rather than try to be helpful. I see this as not different from the
lesson we learned that doing it in the backend isn't the right place.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sailesh Krishnamurthy 2003-07-31 05:57:10 Re: this is in plain text (row level locks)
Previous Message Christopher Kings-Lynne 2003-07-31 05:15:43 Re: followup on previous