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

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In psql, when running a SELECT query using a cursor, flush the
Date: 2007-06-22 03:19:57
Message-ID: 20070622031957.8C64F9FB7D4@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mha 2007-06-22 11:25:43 dblink-ldap - dblink-ldap: Add PG_MODULE_MAGIC, as required per 8.2.
Previous Message Neil Conway 2007-06-22 01:09:29 pgsql: In psql, when running a SELECT query using a cursor, flush the