Re: ERROR: value out of range: underflow - Mailing list pgsql-general

From Anton Maksimenkov
Subject Re: ERROR: value out of range: underflow
Date
Msg-id 8cac8dd1002270130r693b7182gc14143c718bdbee3@mail.gmail.com
Whole thread Raw
In response to ERROR: value out of range: underflow  (Anton Maksimenkov <anton200@gmail.com>)
List pgsql-general
2010/2/26 Anton Maksimenkov <anton200@gmail.com>:
> When I try it in pgAdmin, first time it show me error:
> --
> ERROR:  value out of range: underflow
> CONTEXT:  PL/pgSQL function "myf_convert_phone18digits" line 12 at assignment
> --
> SECOND (and consequences) time it works and just show result 771506000000000000

Oh, sorry to all. It was:

SELECT myf_convert_phone18digits('7715060');

I still interesting why it fail first time but executed at second.

2010/2/26 Thom Brown <thombrown@gmail.com>:
> Are you sure you wish to perform calculations on a phone number?  Why
> not pad it out?  Like: select rpad('2329382',18,'0') which would
> return "232938200000000000"

Damn, right! I'll use it.
--
antonvm

pgsql-general by date:

Previous
From: seiliki@so-net.net.tw
Date:
Subject: regexp_replace: LF, CR, or tab
Next
From: "Daniel Verite"
Date:
Subject: Re: Can not match 0 on bytea