is it a bug?

From: "He weiping" <laser(at)zhengmai(dot)com(dot)cn>
To: <pgsql-general(at)postgresql(dot)org>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: is it a bug?
Date: 2000-11-28 08:58:44
Message-ID: 008601c05919$7eb7c0c0$15c8a8c0@laserhenry.shinechina.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message thomas wong 2000-11-28 09:31:08 Re: Is this possible or am I on drugs :)
Previous Message Peeter Smitt 2000-11-28 08:36:44 Fw: nested table

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2000-11-28 09:27:51 Re: Full text Indexing -out of contrib and into main..
Previous Message He weiping 2000-11-28 08:54:42 回复: [HACKERS] beta testing version