Re: BUG #4640: Drop leading zero in EXECUTE - Mailing list pgsql-bugs

From Gregory Stark
Subject Re: BUG #4640: Drop leading zero in EXECUTE
Date
Msg-id 87wsc5klze.fsf@oxford.xeocode.com
Whole thread Raw
In response to BUG #4640: Drop leading zero in EXECUTE  ("Eduard Deacoon" <deac@yandex.ru>)
Responses Re: BUG #4640: Drop leading zero in EXECUTE  (Дикун Эдуард <deac@yandex.ru>)
List pgsql-bugs
"Eduard Deacoon" <deac@yandex.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!

pgsql-bugs by date:

Previous
From: hubert depesz lubaczewski
Date:
Subject: Re: BUG #4642: EXECUTE work incorrect
Next
From: Дикун Эдуард
Date:
Subject: Re: BUG #4640: Drop leading zero in EXECUTE