Re: Two-phase commit with JDBC

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Edson Richter <edsonrichter(at)hotmail(dot)com>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Two-phase commit with JDBC
Date: 2016-05-25 14:07:32
Message-ID: CANP8+jJB9qJQNizGYcjfy1Z_8D69H0XRt22YhgCTDa5_ALLU=g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 25 May 2016 at 00:45, Edson Richter <edsonrichter(at)hotmail(dot)com> wrote:

> Hi,
>
> Can I use two phase commit in PostgreSQL using JDBC without JTA or XA
> specialized libraries (I mean, JDBC only)?
>
Yes. They are just SQL statements.

> Is there any simple J2SE example around?
>

--
Simon Riggs http://www.2ndQuadrant.com/
<http://www.2ndquadrant.com/>
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ravi Rangaswamy 2016-05-25 20:13:35 Support for WITH Queries (Common Table Expressions)
Previous Message Jeremy Whiting 2016-05-25 10:05:42 Re: Two-phase commit with JDBC