Re: [JDBC] Re: [HACKERS] Outstanding patches

2001-05-10 Thread Tom Lane
Bruce Momjian [EMAIL PROTECTED] writes: Has the patch that makes MOVE return number of rows actually moved (analoguous to UPDATE and DELETE) been properly submitted to patches ? I know MOVE had fixes in 7.1. I don't know of any outstanding MOVE bugs. It wasn't a bug, it was a feature ;-)

Re: [JDBC] Re: [HACKERS] Outstanding patches

2001-05-10 Thread Tom Lane
+ /* I use CMD_UPDATE, because no CMD_MOVE or the like +exists, and I would like to provide the same +kind of info as CMD_UPDATE */ + UpdateCommandInfo(CMD_UPDATE, 0, -1*estate-es_processed); I do not