On Tue, Dec 8, 2015 at 12:36 PM, Robert Haas wrote:
> On Wed, Dec 2, 2015 at 5:24 PM, Tom Lane wrote:
> > Jeff Janes writes:
> >> On Wed, Dec 2, 2015 at 12:37 PM, Josh Berkus wrote:
> >>> If you're fixing the dashed-line code, is there a way to say that we
> >>> never have more than a reasonab
On 12/8/15 1:36 PM, Robert Haas wrote:
Your point is also valid, so I don't mean to detract from that. But
the status quo is definitely annoying.
+1, and I even use -S.
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data i
On Wed, Dec 2, 2015 at 5:24 PM, Tom Lane wrote:
> Jeff Janes writes:
>> On Wed, Dec 2, 2015 at 12:37 PM, Josh Berkus wrote:
>>> If you're fixing the dashed-line code, is there a way to say that we
>>> never have more than a reasonable number of dashes (ideally, the width
>>> of the terminal) no
On Wed, Dec 2, 2015 at 7:59 PM, David Fetter wrote:
> On Wed, Dec 02, 2015 at 10:36:56PM -0500, Josh Berkus wrote:
>> On 12/02/2015 05:24 PM, Tom Lane wrote:
>> > Don't think I agree. Suppose that you have a wider-than-screen table
>> > and you use a pager to scroll left and right in that. If we
On Wed, Dec 02, 2015 at 10:36:56PM -0500, Josh Berkus wrote:
> On 12/02/2015 05:24 PM, Tom Lane wrote:
> > Don't think I agree. Suppose that you have a wider-than-screen table
> > and you use a pager to scroll left and right in that. If we shorten the
> > dashed lines, then once you scroll to the
On 12/02/2015 05:24 PM, Tom Lane wrote:
> Don't think I agree. Suppose that you have a wider-than-screen table
> and you use a pager to scroll left and right in that. If we shorten the
> dashed lines, then once you scroll to the right of wherever they stop,
> you lose that visual cue separating t
Jeff Janes writes:
> On Wed, Dec 2, 2015 at 12:37 PM, Josh Berkus wrote:
>> If you're fixing the dashed-line code, is there a way to say that we
>> never have more than a reasonable number of dashes (ideally, the width
>> of the terminal) no matter how wide the data is? Having 4000 dashes
>> bec
Sorry, I initially responded only to Josh. Forwarding to list:
On Wed, Dec 2, 2015 at 12:37 PM, Josh Berkus wrote:
> On 12/01/2015 11:20 AM, Tom Lane wrote:
>> Notice that the dashed lines go all the way to the right margin of my
>> 80-column terminal window, even though the data requires no m
On 12/01/2015 11:20 AM, Tom Lane wrote:
> Notice that the dashed lines go all the way to the right margin of my
> 80-column terminal window, even though the data requires no more than
> 22 columns. While this doesn't look so awful as-is, when I'm working
> in a very wide window it starts to look a
On Tue, Dec 01, 2015 at 11:20:53AM -0500, Tom Lane wrote:
> regression=# \pset format wrapped
> Output format is wrapped.
> regression=# \x
> Expanded display is on.
> regression=# select * from int8_tbl;
> -[ RECORD 1
> ]---
> q1 | 1
regression=# \pset format wrapped
Output format is wrapped.
regression=# \x
Expanded display is on.
regression=# select * from int8_tbl;
-[ RECORD 1 ]---
q1 | 123
q2 | 456
-[ RECORD 2 ]--
11 matches
Mail list logo