On Wed, 7 Jul 2021 at 18:57, Zhihong Yu <z...@yugabyte.com> wrote:
>
> +                   (errcode(ERRCODE_NUMERIC_VALUE_OUT_OF_RANGE),
> +                    errmsg("value overflows numeric format")));
>
> Here is an example of existing error message which I think is more readable 
> than 'overflows numeric format':
>
>                  errmsg("bigint out of range")));
>
> Maybe rephrase as: value is out of range
>

Hmm, I don't know. That's the error that has been thrown by lots of
numeric functions for a long time now, and it seems fine to me.

Regards,
Dean


Reply via email to