| From: | David Fetter <david(at)fetter(dot)org> |
|---|---|
| To: | Jerome Lyles <susemail(at)hawaii(dot)rr(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Spacing in output |
| Date: | 2004-09-14 21:27:38 |
| Message-ID: | 20040914212738.GA20676@fetter.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Tue, Sep 14, 2004 at 11:05:46AM -1000, Jerome Lyles wrote:
> I have a small training database: sql_tutorial. It works fine but the spacing
> between the output lines is too much. This is the way it looks when I copy
> and paste from the Konsole to this email:
>
> sql_tutorial=> SELECT prod_name FROM Products;
Is prod_name a char(n) for some large n?
Cheers,
D
> prod_name
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 8 inch teddy bear
> 12 inch teddy bear
> 18 inch teddy bear
>
>
> This is the way it looks on the Konsole:
>
> sql_tutorial=> SELECT prod_name FROM Products;
>
> prod_name
> --------------------------------------------------------------------------------------
> --------------------------------------------------------------------------------------
> --------------------------------------------------------------------------------------
> ------------------
> 8 inch teddy bear
>
>
> 12 inch teddy bear
>
>
> 18 inch teddy bear
>
> How can I change the Konsole output to look like the first example?
> Thanks,
> Jerome
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
--
David Fetter david(at)fetter(dot)org http://fetter.org/
phone: +1 510 893 6100 mobile: +1 415 235 3778
Remember to vote!
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Greg Donald | 2004-09-14 21:36:52 | postgres book |
| Previous Message | Thomas F.O'Connell | 2004-09-14 21:19:50 | Re: Spacing in output |