From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Bruce Momjian <bruce(at)momjian(dot)us> |
Cc: | Bryce Nesbitt <bryce2(at)obviously(dot)com>, pgsql-patches(at)postgresql(dot)org, heikki(at)enterprisedb(dot)com |
Subject: | Re: Proposed patch - psql wraps at window width |
Date: | 2008-04-17 12:34:52 |
Message-ID: | 20080417123452.GC3846@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Bruce Momjian wrote:
> In testing I found the regression tests were failing because of a divide
> by zero error (fixed), and a missing case where the column delimiter has
> to be ":". In fact I now see all your line continuation cases using ":"
> rather than "!". It actually looks better --- "!" was too close to "|"
> to be easily recognized. (Did you update your patch to use ":". I
> didn't see "!" in your patch.)
I think we should use a different separator when there is an actual
newline in the data. Currently we have a : there, so using a : here is
probably not the best idea.
--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2008-04-17 12:39:43 | get rid of psql welcome message |
Previous Message | Alvaro Herrera | 2008-04-17 12:30:12 | Re: [COMMITTERS] pgsql: Repair two places where SIGTERM exit could leave shared memory |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2008-04-17 13:09:23 | Re: Proposed patch - psql wraps at window width |
Previous Message | Brendan Jurd | 2008-04-17 08:48:42 | Re: printTable API (was: Show INHERIT in \du) |