Search Postgresql Archives

Re: Why the data changes it's value by itself!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ardian Xharra wrote:
No, sorry about the name of the table it's the same table.
Yes, the change is in live database during a select

OK, so it's definitely a data change. Can you get the numeric value of the character in question, and compare it to the original value
  SELECT ascii(substring(my_column,5,1)) WHERE ...;
  SELECT ascii('6');
You might want an index other than 5 of course.

What I'm wondering is whether this is a single-bit error that has occurred. If it is, I'd suspect hardware problems.

--
  Richard Huxton
  Archonet Ltd


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux