pgsql: psql: Fix \gx when FETCH_COUNT is used

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: Fix \gx when FETCH_COUNT is used
Date: 2017-08-24 20:21:29
Message-ID: E1dkyd7-0004g5-Cn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Fix \gx when FETCH_COUNT is used

Set expanded output when requested through \gx in ExecQueryUsingCursor()
(used when FETCH_COUNT is set).

Discussion: https://www.postgresql.org/message-id/CB7A53AA-5645-4BDD-AB07-4D22CD9D8FF1%40gmx.net
Author: Tobias Bussmann

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/51d0fa8ed93fe5befe91498f1a3eb5aede32677a

Modified Files
--------------
src/bin/psql/common.c | 4 ++++
src/test/regress/expected/psql.out | 25 +++++++++++++++++++++++++
src/test/regress/sql/psql.sql | 10 ++++++++++
3 files changed, 39 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-08-24 22:22:11 pgsql: Fix harmless thinko in dsa.c.
Previous Message Peter Eisentraut 2017-08-24 19:31:03 pgsql: pg_upgrade: Remove dead code