Re: Transaction aborts on syntax error.

From: ramirez(at)idconcepts(dot)org (Edwin S(dot) Ramirez)
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Transaction aborts on syntax error.
Date: 2004-02-09 16:59:35
Message-ID: 8d9c3e20.0402090859.299d41b3@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

I have a much clearer picture of the issue. So, does this mean that
with nested transactions, all statements will execute within a
mini-transaction, which may be executed within a branch of user
defined sub-transactions. Such that:

begin
...
...
begin
...
...
mini-transaction {syntax error}
...
commit
...
...
commit

-ESR-

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message markw 2004-02-09 17:04:54 Re: Proposed Query Planner TODO items
Previous Message Keith Bottner 2004-02-09 16:53:10 Re: RFC: Very large scale postgres support