pgsql: psql: honor 'footer' option for expanded output

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: honor 'footer' option for expanded output
Date: 2013-09-10 23:07:12
Message-ID: E1VJX1c-0008QZ-Dp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: honor 'footer' option for expanded output

"No rows" previously only honored the tuples-only option.

Per report from Eli Mesika

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/601f48076f8036a223f631692db83ec661f785a6

Modified Files
--------------
src/bin/psql/print.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-09-10 23:36:16 pgsql: psql: fix \copy stdin trailing space requirement
Previous Message Fujii Masao 2013-09-10 16:36:02 pgsql: Remove leftover function prototype.