expanded auto and header linestyle double

From: Matt Zagrabelny <mzagrabe(at)d(dot)umn(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: expanded auto and header linestyle double
Date: 2017-11-15 22:37:04
Message-ID: CAOLfK3V6snxbh0XzwGr95vDJEfNbkBn-Fmv2jiA5sK-SDaPubQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greetings,

Using PG 10.1.

In my .psqlrc I have:

\x auto
\pset linestyle 'unicode'
\pset unicode_header_linestyle double

and when the output is expanded, I do not see a double line for the first
record, but I do for all subsequent records. For example:

% select * from artist;
─[ RECORD 1 ]─────────────────────────
artistid │ 1
name │ AC/DC
═[ RECORD 2 ]═════════════════════════
artistid │ 2
name │ Accept
═[ RECORD 3 ]═════════════════════════
artistid │ 3
name │ Aerosmith
═[ RECORD 4 ]═════════════════════════
artistid │ 4
name │ Alanis Morissette
═[ RECORD 5 ]═════════════════════════
artistid │ 5

I would like to have the initial "RECORD 1" line have the same "double"
linestyle as the other records.

Am I missing a config item?

Thanks!

-m

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tatsuo Ishii 2017-11-15 23:03:12 Re: PGPool in Master-Master mode, is it possible?
Previous Message Dmitry Dolgov 2017-11-15 22:07:01 Re: problem changing jsonb attribute to null value