is it a bug? - Mailing list pgsql-hackers

From He weiping
Subject is it a bug?
Date
Msg-id 008601c05919$7eb7c0c0$15c8a8c0@laserhenry.shinechina.com
Whole thread Raw
Responses Re: [GENERAL] is it a bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I'm using cvs-current, and testing those build-in function
according to the docs.
but it seems the "lpad", "rpad" don't work,
when I type:
select lpad('laser', 4, 'a');
in psql, the result is still
'laser', the same with 'rpad',
Is it a bug or I'm mis-understaning the lpad and/or rpad functions?
 
Regards
 
Laser

pgsql-hackers by date:

Previous
From: Peter Mount
Date:
Subject: RE: JDBC charSet patch
Next
From: Hannu Krosing
Date:
Subject: Re: Full text Indexing -out of contrib and into main..