View Single Post

   
  #8 (permalink)  
Old 04-24-2008, 06:15 PM
Alvaro Herrera
 
Posts: n/a
Default Re: Proposed patch - psql wraps at window width

Alvaro Herrera wrote:
> Bruce Momjian wrote:
>


> > ! fputs(string_done ? " " : " ; ", fout);
> > ! }
> > }

>
> I think it's a bad idea to use the same " : " separator in the two last
> cases. They are different and they should be displayed differently.


Bruce noted by IM that I misread the ? : expression :-) Sorry for the
noise.

--
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