pgsql: In psql, when running a SELECT query using a cursor, flush the

Поиск
Список
Период
Сортировка
От neilc@postgresql.org (Neil Conway)
Тема pgsql: In psql, when running a SELECT query using a cursor, flush the
Дата
Msg-id 20070622010929.0A6F39FB47A@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
In psql, when running a SELECT query using a cursor, flush the query
output after each FETCH. This ensures that incremental results are
available to clients that are executing long-running SELECT queries
via the FETCH_COUNT feature.

Modified Files:
--------------
    pgsql/src/bin/psql:
        common.c (r1.134 -> r1.135)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/common.c.diff?r1=1.134&r2=1.135)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Allow trailing whitespace in parse_real(), for consistency with
Следующее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: In psql, when running a SELECT query using a cursor, flush the