Re: TODO list comments

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, olly(at)lfix(dot)co(dot)uk, pgsql-hackers(at)postgresql(dot)org
Subject: Re: TODO list comments
Date: 2005-08-26 19:41:36
Message-ID: 200508261941.j7QJfap00537@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan wrote:
>
>
> Tom Lane wrote:
>
> >Or perhaps use a different separator:
> >
> >junk=# select * from xyz;
> > id | name | address | del_addr
> >----+------------+-----------------------------------+----------------------------------
> > 1 | Joe Bloggs | 1 Hindhead Villas, | 2 The Laurels,
> > + + Newport, + Swinkley,
> > + + Gwent + XX3 5CX
> >(1 row)
> >
> >
>
> That's a terrific idea, and, incidentally, just the sort of project that
> might well suit a beginning hacker, since the code is pretty isolated.
>
> >Not sure how hard this would be to program, or what sort of overhead it
> >might impose to check for the case. My recollection is that psql's
> >table-layout code is pretty slow and ugly already ...
> >
> >
> >
> >
>
> If people want speed they shouldn't use psql as a client anyway. I don't
> see this as much of an obstacle.

Added to TODO:

o Allow multi-line column values to align in the proper columns

If the second output column value is 'a\nb', the 'b' should appear
in the second display column, rather than the first column as it
does now.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-08-26 19:44:18 Re: TODO list comments
Previous Message Bruce Momjian 2005-08-26 19:34:58 Re: TODO list comments