Re: Cancelling Requests Frontend/Backend Protocol TCP/IP

Поиск
Список
Период
Сортировка
От Raimon Fernandez
Тема Re: Cancelling Requests Frontend/Backend Protocol TCP/IP
Дата
Msg-id 039EEE67-5182-4D48-812D-90DFBB2A4634@montx.com
обсуждение исходный текст
Ответ на Re: Cancelling Requests Frontend/Backend Protocol TCP/IP  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Cancelling Requests Frontend/Backend Protocol TCP/IP  (John DeSoi <desoi@pgedit.com>)
Список pgsql-general
On 02/11/2009, at 17:53, Tom Lane wrote:

> Raimon Fernandez <coder@montx.com> writes:
>> The sentence 'backend has finished processing the query' means that
>> postgresql has finished processing the select and also has sent all
>> the rows ?
>
> There is no distinction; rows are sent as they are generated.

Yes, but  a SELECT can return 50000 rows, and as you say, postgresql
sends the rows as they are generated.

My question still remain unclear to me:

when postgres has finished processing the select, just before sending
the first row(1), in the middle(2), or at the end(3), when the last
row has been sent ?

If I send the CancelRequest when postgres is in point 3, I'm too late,
but if postgres is in 1 or 2, the CancelRequest will have some effect.

I'm still wrong here ?

thanks for clarification the concept!

regards,

raimon

В списке pgsql-general по дате отправления:

Предыдущее
От: Steve Atkins
Дата:
Сообщение: Re: Error on compile for Windows
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Absolute value of intervals