Re: JDBC behaviour

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC behaviour
Date: 2016-02-22 06:35:37
Message-ID: 56CAAC39.5080300@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-jdbc

On 2/21/2016 9:35 PM, Sridhar N Bamandlapally wrote:
>
> I may be wrong, please correct if,
>
> can we do function overloading to add functionality with savepoint
> option, i.e. with this both will be available and its app developers
> to chose
>

if you want every operation saved, then use autocommit, and let it
execute each insert atomically.

--
john r pierce, recycling bits in santa cruz

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dave Cramer 2016-02-22 10:26:47 Re: JDBC behaviour
Previous Message Sridhar N Bamandlapally 2016-02-22 05:35:11 Re: JDBC behaviour

Browse pgsql-hackers by date

  From Date Subject
Next Message Chapman Flack 2016-02-22 06:36:18 Re: about google summer of code 2016
Previous Message Michael Paquier 2016-02-22 06:30:11 Re: Writing new unit tests with PostgresNode

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2016-02-22 10:26:47 Re: JDBC behaviour
Previous Message Sridhar N Bamandlapally 2016-02-22 05:35:11 Re: JDBC behaviour