> -----Original Message----- > From: Tom Lane [mailto:[EMAIL PROTECTED]] > > "Hiroshi Inoue" <[EMAIL PROTECTED]> writes: > > If you'd not like to change the behavior, I would change it, OK ? > > To what? I don't want to simply undo the 7.2 change.
What I'm thinking is the following makeshift fix. I expect it solves Ron's case though I'm not sure. Returning UPDATE 0 seem to make no one happy. regards, Hiroshi Inoue *** postgres.c.orig Thu Feb 28 08:17:01 2002 --- postgres.c Sat May 4 22:53:03 2002 *************** *** 805,811 **** if (DebugLvl > 1) elog(DEBUG, "ProcessQuery"); ! if (querytree->originalQuery) { /* original stmt can override default tag string */ ProcessQuery(querytree, plan, dest, completionTag); --- 805,811 ---- if (DebugLvl > 1) elog(DEBUG, "ProcessQuery"); ! if (querytree->originalQuery || length(querytree_list) == 1) { /* original stmt can override default tag string */ ProcessQuery(querytree, plan, dest, completionTag); ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org