is it a bug?

Поиск
Список
Период
Сортировка
От He weiping
Тема is it a bug?
Дата
Msg-id 008601c05919$7eb7c0c0$15c8a8c0@laserhenry.shinechina.com
обсуждение исходный текст
Ответы Re: [GENERAL] is it a bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Peter Mount
Дата:
Сообщение: RE: JDBC charSet patch
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: Full text Indexing -out of contrib and into main..