]> granicus.if.org Git - postgresql/commit
psql: Fix \gx when FETCH_COUNT is used
authorStephen Frost <sfrost@snowman.net>
Thu, 24 Aug 2017 20:20:50 +0000 (16:20 -0400)
committerStephen Frost <sfrost@snowman.net>
Thu, 24 Aug 2017 20:20:50 +0000 (16:20 -0400)
commit0cdc3e47bea442643c9870dc419364b9f2f52dcb
tree5580c0d18900e90062239c233d58ab4aa520f228
parent6ce6a61840cc90172ad3da7bf303656132fa5fab
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
src/bin/psql/common.c
src/test/regress/expected/psql.out
src/test/regress/sql/psql.sql