Re: Transaction aborts on syntax error. - Mailing list pgsql-hackers

From ramirez@idconcepts.org (Edwin S. Ramirez)
Subject Re: Transaction aborts on syntax error.
Date
Msg-id 8d9c3e20.0402090859.299d41b3@posting.google.com
Whole thread Raw
In response to Re: Transaction aborts on syntax error.  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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-


pgsql-hackers by date:

Previous
From: PG
Date:
Subject: postmaster wedged
Next
From: Heikki Linnakangas
Date:
Subject: Re: Two-phase commit