Re: Problem with move not returning number of rows affected [was: error when using move, any suggestions?] - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Problem with move not returning number of rows affected [was: error when using move, any suggestions?]
Date
Msg-id 2195.1040927510@sss.pgh.pa.us
Whole thread Raw
In response to Problem with move not returning number of rows affected [was: error when using move, any suggestions?]  (Barry Lind <blind@xythos.com>)
List pgsql-hackers
Barry Lind <blind@xythos.com> writes:
> The code is expecting the server to return the keyword MOVE followed by
> the number of rows actually moved.  And on all tests on my databases
> this is always true, move is followed by a number.  However from the
> information you have provided, it seems that on your database the server
> is just returning MOVE without the row count.  At first pass this
> appears to be a bug in the server.

No, a version discrepancy.  MOVE didn't return a row count before 7.2.

            regards, tom lane

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: MOVE strangeness
Next
From: Bruce Momjian
Date:
Subject: Re: MOVE strangeness