Re: Savepoints in PgAdmin

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: pgadmin-support(at)postgresql(dot)org, DUPREZ Cédric <cedric(dot)duprez(at)ifn(dot)fr>
Subject: Re: Savepoints in PgAdmin
Date: 2009-08-21 07:14:22
Message-ID: 937d27e10908210014l6c00e91atd8aee7123bdede98@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Thu, Aug 20, 2009 at 10:09 PM, Guillaume
Lelarge<guillaume(at)lelarge(dot)info> wrote:
> // If the transaction aborted for some reason, issue a rollback to cleanup.
> if (conn->GetTxStatus() == PGCONN_TXSTATUS_INERROR)
>    conn->ExecuteVoid(wxT("ROLLBACK;"));
>
> We should perhaps have an option to enable/disable this behaviour. Dave, what
> do you think about this? should I add a ticket on this issue?

Yes, I *think* it'd be appropriate to make that optional. If memory
serves, it is only there to cleanup for the user. I'm not in a
position to check at the moment though I'm afraid.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2009-08-21 07:51:32 Re: Savepoints in PgAdmin
Previous Message JwexlerAt MailDotCom 2009-08-20 23:15:19 Re: sudden program termination: no warning, error, or crash