Spacing in output

Поиск
Список
Период
Сортировка
От Jerome Lyles
Тема Spacing in output
Дата
Msg-id 200409141105.46091.susemail@hawaii.rr.com
обсуждение исходный текст
Ответы Re: Spacing in output  (Thomas F.O'Connell <tfo@sitening.com>)
Re: Spacing in output  (David Fetter <david@fetter.org>)
Список pgsql-general
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;
                                            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
    

В списке pgsql-general по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Changed a column type from "integer" to varchar
Следующее
От: Ying Lu
Дата:
Сообщение: Re: Changed a column type from "integer" to varchar