View Single Post

   
  #6 (permalink)  
Old 05-02-2008, 05:07 AM
Alvaro Herrera
 
Posts: n/a
Default Re: [HACKERS] Proposed patch - psql wraps at window width

Gregory Stark wrote:
> "Alvaro Herrera" <alvherre@commandprompt.com> writes:


> > I think that could be fixed easily by having the syntax be something
> > like
> >
> > \pset format aligned:80
> > \pset format aligned:autowrap

>
> I suppose. It seems kind of inconvenient though, what advantage does it have?


Over what?

I think having a separate "\pset format wrapped" does not make much
sense. The fact that it's wrapped is not a new format in itself, just a
property of the aligned format.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

--
Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches

Reply With Quote