| From: | Bryce Nesbitt <bryce2(at)obviously(dot)com> |
|---|---|
| To: | pgsql-patches(at)postgresql(dot)org |
| Cc: | Bruce Momjian <bruce(at)momjian(dot)us>, heikki(at)enterprisedb(dot)com |
| Subject: | Re: Proposed patch - psql wraps at window width |
| Date: | 2008-04-20 07:27:46 |
| Message-ID: | 480AF072.5060002@obviously.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
1) "\pset columns XX" should make it clear that's for file output only.
2) There's an extra space, which breaks \pset border 2
717c717
< fputc(' ', fout);;
---
> fputc(' ', fout);
842c842
< fputs(" | ", fout);
---
> fputs(" |", f
2) With \pset border 2, the far left border, for symmetry, should work
like the middle borders.
3) I'm getting bolder: how about having \pset format wrapped as the
default? Any downsides?
| From | Date | Subject | |
|---|---|---|---|
| Next Message | mito | 2008-04-20 11:44:37 | WAL files format |
| Previous Message | Bryce Nesbitt | 2008-04-20 06:46:32 | Re: Proposed patch - psql wraps at window width |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gregory Stark | 2008-04-20 09:23:33 | Re: float4/float8/int64 passed by value with tsearchfixup |
| Previous Message | Bryce Nesbitt | 2008-04-20 06:46:32 | Re: Proposed patch - psql wraps at window width |