Signed-off-by: Roger Leigh <rle...@debian.org>
---
 src/bin/psql/print.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/bin/psql/print.c b/src/bin/psql/print.c
index e4e9f01..be81adc 100644
--- a/src/bin/psql/print.c
+++ b/src/bin/psql/print.c
@@ -1014,7 +1014,7 @@ print_aligned_vertical_line(const printTableContent *cont,
                fputs(lformat->leftvrule, fout);
                fputs(format->hrule, fout);
        }
-       else
+       else if (opt_border == 1)
                fputs(format->hrule, fout);
 
        if (record)
-- 
1.6.3.3


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to