Re: Canceling a DELETE query - Mailing list pgsql-general

From Vick Khera
Subject Re: Canceling a DELETE query
Date
Msg-id AANLkTinLhhfncAAVLpirnPodvGDw4anCRNruGALq2Sz8@mail.gmail.com
Whole thread Raw
In response to Canceling a DELETE query  (Norberto Delle <betodelle@gmail.com>)
List pgsql-general
On Fri, Feb 18, 2011 at 2:27 PM, Norberto Delle <betodelle@gmail.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.

pgsql-general by date:

Previous
From: "Gauthier, Dave"
Date:
Subject: constraining chars for all cols of a table
Next
From: "David Johnston"
Date:
Subject: Re: constraining chars for all cols of a table