Re: psql output change in 9.4

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: psql output change in 9.4
Date: 2014-10-13 15:10:09
Message-ID: 20141013151009.GV21267@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Oct 12, 2014 at 12:17:31AM -0400, Peter Eisentraut wrote:
> > I went with quoting the pset variable:
> >
> > test=> \a
> > Output format ("format") is aligned.
> > test=> \x
> > Expanded display ("expanded") is on.
> >
> > Patch attached. I think this would be for 9.5 only, at this point.
>
> Funny, I was *just* working on that, too. I propose a patch that
> reverts the output to how it was in 9.3 (without anything in
> parentheses), and implements the output of \pset without any arguments
> separately, thus:
>
> # \a
> Output format is unaligned.

Agreed.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ Everyone has their own god. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-10-13 15:13:55 Re: psql output change in 9.4
Previous Message Andrew Dunstan 2014-10-13 15:03:00 Re: JsonbValue to Jsonb conversion