Database Integrity - Mailing list pgsql-novice

From JORGE MALDONADO
Subject Database Integrity
Date
Msg-id CAAY=A7_RzXAb+grbBcr-8JkAzi5t0k-gfS0n3_kGJszYTtpnQw@mail.gmail.com
Whole thread Raw
Responses Re: Database Integrity  (Ramy Abdel-Azim <ramy.abdel-azim@startdatelabs.com>)
Re: Database Integrity  ("Jean-Yves F. Barbier" <12ukwn@gmail.com>)
List pgsql-novice
I need to delete several records from a table so my query is composed of a DELETE command with a condition, something like the following:

DELETE FROM tblTable WHERE field1 = something

Do I need to use a transaction in an operation like this to be sure the database remains integral in case of an error?

Respectfully,
Jorge Maldonado

pgsql-novice by date:

Previous
From: Phil Dobbin
Date:
Subject: Re: Real novice question: Roles
Next
From: Ramy Abdel-Azim
Date:
Subject: Re: Database Integrity