Hi all,
It's possible in postgres to increment a row in a UPDATE command.
something like this: UPDATE table set col_name = 'foo', col_name2 ++ WHEREcondition
Thanks.--Marc Soler