Open a Transaction - Mailing list pgsql-sql

From Ezequias Rodrigues da Rocha
Subject Open a Transaction
Date
Msg-id 55c095e90702080850re95fc47j95afdea67579c933@mail.gmail.com
Whole thread Raw
Responses Re: Open a Transaction  (Joe <dev@freedomcircle.net>)
List pgsql-sql
Hi list,

Could someone tell me what is wrong on this statement ?

Start Transaction
delete from base.something
where
id in(
41503,
41504,
41505,
41506,
41507,
41508,
41509,
41510,
41511,
41512,
41513,
41514,
41515,
41516,
41517,
41518,
41519,
41520,
41521,
41522,
41523,
41524,
41525,
41526,
41527,
41528,
)
end;
Commit;

-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=                                 Atenciosamente
(Sincerely)                      Ezequias Rodrigues da
Rocha=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
A pior das democracias ainda é melhor do que a melhor das ditaduras
The worst of democracies is still better than the better of dictatorships
http://ezequiasrocha.blogspot.com/


pgsql-sql by date:

Previous
From: "Greg Sabino Mullane"
Date:
Subject: Re: Seeking quick way to clone a row, but give it a new pk.
Next
From: Joe
Date:
Subject: Re: Open a Transaction