Re: Spacing in output - Mailing list pgsql-general

From Jerome Lyles
Subject Re: Spacing in output
Date
Msg-id 200409160903.37629.susemail@hawaii.rr.com
Whole thread Raw
In response to Re: Spacing in output  (Duane Lee - EGOVX <DLee@mail.maricopa.gov>)
List pgsql-general
On Tuesday 14 September 2004 01:31 pm, Duane Lee - EGOVX wrote:
> Do this:
>
>
> SELECT SUBSTR(prod_name,1,45) from Products;
>
>
> Duane
I did:

sql_tutorial=> SELECT SUBSTR(prod_name,1,45) from Products;
       substr
---------------------
 8 inch teddy bear
 12 inch teddy bear
 18 inch teddy bear
 Fish bean bag toy
 Bird bean bag toy
 Rabbit bean bag toy
 Raggedy Ann
 King doll
 Queen doll
(9 rows)

Thanks,
Jerome

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Problems with SPI memory management
Next
From: Matteo Beccati
Date:
Subject: Re: Strange UTF-8 behaviour