Re: psql: flush output in cursor-fetch mode

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql: flush output in cursor-fetch mode
Дата
Msg-id 10599.1182478151@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: psql: flush output in cursor-fetch mode  (Neil Conway <neilc@samurai.com>)
Ответы Re: psql: flush output in cursor-fetch mode  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> On Wed, 2007-06-20 at 15:51 -0700, Neil Conway wrote:
>> Attached is a patch that fixes this, by calling fflush() on the psql
>> output stream after each call to printQuery() in ExecQueryUsingCursor().

> Applied to HEAD.

Seems reasonable to back-patch into 8.2 too...

            regards, tom lane

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: psql: flush output in cursor-fetch mode
Следующее
От: ITAGAKI Takahiro
Дата:
Сообщение: Re: Cancel autovacuum conflicting with DROP TABLE