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
Originally posted by @bgohla in #90