Re: [GENERAL] Getting number of affected rows after DELETE FROM

2010-12-19 Thread Raimon Fernandez
On 19dic, 2010, at 10:33 , Jasen Betts wrote: > On 2010-12-17, Raimon Fernandez wrote: >> Hi, >> >> I'm trying to solve what I think must be a real trivial question. >> >> When I use psql after every DELETE FROM table WHERE id= I get how many >> rows were affected, in this case, deleted.

Re: [GENERAL] Getting number of affected rows after DELETE FROM

2010-12-19 Thread Jasen Betts
On 2010-12-17, Raimon Fernandez wrote: > Hi, > > I'm trying to solve what I think must be a real trivial question. > > When I use psql after every DELETE FROM table WHERE id= I get how many > rows were affected, in this case, deleted. > > Also I've implemented the full FrontEnd/BackEnd Protoc