Обсуждение: pgsql: In psql, when running a SELECT query using a cursor, flush the

Поиск
Список
Период
Сортировка

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

От
neilc@postgresql.org (Neil Conway)
Дата:
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.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/bin/psql:
        common.c (r1.130.2.1 -> r1.130.2.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/common.c.diff?r1=1.130.2.1&r2=1.130.2.2)