From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
---|---|
To: | Matt Zagrabelny <mzagrabe(at)d(dot)umn(dot)edu> |
Cc: | "pgsql-general(at)postgresql(dot)org >> PG-General Mailing List" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: expanded auto and header linestyle double |
Date: | 2017-11-16 07:01:59 |
Message-ID: | CAFj8pRCH6vCyXtkOYbexVFx34t1k8=OyKsgXMVFXozfMWSGS_Q@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi
2017-11-15 23:37 GMT+01:00 Matt Zagrabelny <mzagrabe(at)d(dot)umn(dot)edu>:
> 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?
>
yes - it is border line
use \pset border 2
and you understand
you are missing
\pset unicode_border_linestyle double
Regards
Pavel
> Thanks!
>
> -m
>
From | Date | Subject | |
---|---|---|---|
Next Message | Nick Dro | 2017-11-16 07:56:42 | Build in function to verify email addresses |
Previous Message | Jeff Janes | 2017-11-16 06:47:27 | Re: pg_basebackup running from a remote machine |