Re: Canceling a DELETE query

From: Vick Khera <vivek(at)khera(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Canceling a DELETE query
Date: 2011-02-18 21:31:45
Message-ID: AANLkTinLhhfncAAVLpirnPodvGDw4anCRNruGALq2Sz8@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Feb 18, 2011 at 2:27 PM, Norberto Delle <betodelle(at)gmail(dot)com> wrote:
> What are the effects of canceling a DELETE command before it completes
> execution?
> Something will be deleted at all?
>

no. it runs as a transaction, so either all or nothing.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Johnston 2011-02-18 21:41:56 Re: constraining chars for all cols of a table
Previous Message Gauthier, Dave 2011-02-18 21:23:51 constraining chars for all cols of a table