Skip to content

Warn about numeric range limitation #91

@bgohla

Description

@bgohla

Actually, there is a major caveat, that I should have pointed out, that should be documented here: There is a limit to how many decimal digits Postgres allows in a Numeric value, namely
up to 131072 digits before the decimal point; up to 16383 digits after the decimal point

according to https://www.postgresql.org/docs/18/datatype-numeric.html#DATATYPE-NUMERIC

Originally posted by @bgohla in #90

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions