Re: Problem with displaying "wide" tables in psql - Mailing list pgsql-hackers

From Greg Stark
Subject Re: Problem with displaying "wide" tables in psql
Date
Msg-id CAM-w4HPt=KadPqPuMTTLy6Jzco83cHKQTDgLcxKJ8JiHUP8hUA@mail.gmail.com
Whole thread Raw
In response to Re: Problem with displaying "wide" tables in psql  (Sergey Muraviov <sergey.k.muraviov@gmail.com>)
Responses Re: Problem with displaying "wide" tables in psql  (Greg Stark <stark@mit.edu>)
List pgsql-hackers
> How can I pass or set the value of pset variable for an regression test?

I just wrote some tests using \pset columns to control the output.

Having figured out what the point of the patch is I'm pretty happy
with the functionality. It definitely is something I would appreciate
having.

One thing I noticed is that it's not using the formatting characters
to indicate newlines and wrapping. I'm trying to add that myself but
it's taking me a bit to figure out what's going on in the formatting
code. I do have a feeling this is all rearranging the deck chairs on
an obsolete technology and this should all be replaced with a web ui.



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [PATCH] Add transforms feature
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Negative Transition Aggregate Functions (WIP)