Re: BUG #4640: Drop leading zero in EXECUTE

From: Gregory Stark <stark(at)enterprisedb(dot)com>
To: "Eduard Deacoon" <deac(at)yandex(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4640: Drop leading zero in EXECUTE
Date: 2009-02-05 14:16:21
Message-ID: 87wsc5klze.fsf@oxford.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Eduard Deacoon" <deac(at)yandex(dot)ru> writes:

> If $4 has leading zero it does`n work :(

please expand on "doesn't work"

> Context replace with ''0 || '' || $4 work only if $4 have one leading zero.
> ''00 || '' || $4 does`n work, ''0 || 0 ||'' || $4 - work

I'm sorry I'm not following this part. What parameters did you call this
function with? What did you expect to happen? What actually happened?

--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
Ask me about EnterpriseDB's 24x7 Postgres support!

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Дикун Эдуард 2009-02-05 14:22:26 Re: BUG #4640: Drop leading zero in EXECUTE
Previous Message hubert depesz lubaczewski 2009-02-05 12:22:54 Re: BUG #4642: EXECUTE work incorrect