From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: psql: show proper row count in \x mode for zero-column output |
Date: | 2015-03-25 01:04:16 |
Message-ID: | E1YaZk0-0001I6-Qw@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
psql: show proper row count in \x mode for zero-column output
Also, fix pager enable selection for such cases, and other cleanups for
zero-column output.
Report by Thom Brown
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/376a0c4547fe98c45476647596ce9c9b394f8415
Modified Files
--------------
src/bin/psql/print.c | 25 ++++++++++++++++++-------
1 file changed, 18 insertions(+), 7 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2015-03-25 01:04:40 | Re: pgsql: Allow empty target list in SELECT. |
Previous Message | Bruce Momjian | 2015-03-25 00:56:14 | pgsql: docs: clarify when MVCC snapshot is taken |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2015-03-25 01:11:00 | Re: proposal: doc: simplify examples of dynamic SQL |
Previous Message | Bruce Momjian | 2015-03-25 00:56:30 | Re: Repeatable read and serializable transactions see data committed after tx start |