Loss of data accuracy after inserting data #646
Answered
by
VoVAllen
eric-gitta-moore
asked this question in
Q&A
-
docker image: It's like a magic spell. I have no idea at all what happened in the middle
|
Beta Was this translation helpful? Give feedback.
Answered by
VoVAllen
May 7, 2025
Replies: 1 comment 2 replies
-
Can you elaborate more about your issue? I don't understand what's the problem here |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PostgreSQL by default limits the number of digits shown for floating-point numbers. You can increase the display precision by setting the extra_float_digits parameter:
SET extra_float_digits = 15;