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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem with move not returning number of rows affected [was: error when using move, any suggestions?]
Дата
Msg-id 2195.1040927510@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problem with move not returning number of rows affected [was: error when using move, any suggestions?]  (Barry Lind <blind@xythos.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: MOVE strangeness
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: MOVE strangeness