Database Integrity

Поиск
Список
Период
Сортировка
От JORGE MALDONADO
Тема Database Integrity
Дата
Msg-id CAAY=A7_RzXAb+grbBcr-8JkAzi5t0k-gfS0n3_kGJszYTtpnQw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Database Integrity  (Ramy Abdel-Azim <ramy.abdel-azim@startdatelabs.com>)
Re: Database Integrity  ("Jean-Yves F. Barbier" <12ukwn@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Phil Dobbin
Дата:
Сообщение: Re: Real novice question: Roles
Следующее
От: Ramy Abdel-Azim
Дата:
Сообщение: Re: Database Integrity