Skip to content

Loss of data accuracy after inserting data #646

Answered by VoVAllen
eric-gitta-moore asked this question in Q&A
Discussion options

You must be logged in to vote

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;

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@eric-gitta-moore
Comment options

@VoVAllen
Comment options

Answer selected by eric-gitta-moore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants