pgtype
pgtype copied to clipboard
Support pointers of Numeric
It is now possible to scan a Numeric pointer for values. This is because all pointer types that can be converted from the already implemented Numeric types will lose some information.
relates to jackc/pgx#1000
Can you provide an example of how this would be used? I don't understand the use case. Especially because it is very unusual to use pgtype.Numeric directly.